1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 20:35:55 +00:00

Increase time between update checks (#5413)

This commit is contained in:
Mike Degatano
2024-11-14 03:42:03 -05:00
committed by GitHub
parent a8e7bb670e
commit 756a5f8836

View File

@@ -33,7 +33,7 @@ RUN_UPDATE_OBSERVER = 30400
RUN_RELOAD_ADDONS = 10800
RUN_RELOAD_BACKUPS = 72000
RUN_RELOAD_HOST = 7600
RUN_RELOAD_UPDATER = 7200
RUN_RELOAD_UPDATER = 27100
RUN_RELOAD_INGRESS = 930
RUN_RELOAD_MOUNTS = 900