From 687dccd1f503a86a5d56e2d2aebdcb97b7d7e40b Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Mon, 16 Mar 2026 17:19:26 +0100 Subject: [PATCH] Increase Supervisor update check interval from 8h to 12h (#6633) Slow down the automatic Supervisor update rollout to reduce pressure on the container registry infrastructure (GHCR rate limiting). Co-authored-by: Claude Opus 4.6 --- supervisor/misc/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supervisor/misc/tasks.py b/supervisor/misc/tasks.py index 24edd454e..0852ba69f 100644 --- a/supervisor/misc/tasks.py +++ b/supervisor/misc/tasks.py @@ -31,7 +31,7 @@ HASS_WATCHDOG_REANIMATE_FAILURES = "HASS_WATCHDOG_REANIMATE_FAILURES" HASS_WATCHDOG_MAX_API_ATTEMPTS = 2 HASS_WATCHDOG_MAX_REANIMATE_ATTEMPTS = 5 -RUN_UPDATE_SUPERVISOR = 29100 +RUN_UPDATE_SUPERVISOR = 43200 RUN_UPDATE_ADDONS = 57600 RUN_UPDATE_CLI = 28100 RUN_UPDATE_DNS = 30100