Skip to content

Commit 756a5f8

Browse files
authored
Increase time between update checks (#5413)
1 parent a8e7bb6 commit 756a5f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supervisor/misc/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
RUN_RELOAD_ADDONS = 10800
3434
RUN_RELOAD_BACKUPS = 72000
3535
RUN_RELOAD_HOST = 7600
36-
RUN_RELOAD_UPDATER = 7200
36+
RUN_RELOAD_UPDATER = 27100
3737
RUN_RELOAD_INGRESS = 930
3838
RUN_RELOAD_MOUNTS = 900
3939

0 commit comments

Comments
 (0)