Added
retry_interval_days_missingandretry_interval_days_upgradesettings allow independent retry windows for missing and upgrade searches. When set, each overrides the baseretry_interval_daysfor its respective search type, enabling tighter retry pressure for missing content and looser cadence for upgrade polling (or vice versa). Both default tonull, which falls back toretry_interval_days.
Fixed
- Active hours window logging no longer spams the log when the remaining sleep duration is a sub-second fraction. The seconds-until-open calculation now uses ceiling division instead of truncation, ensuring at least one second is always slept. (#61)