Refactor swarm/core.yml to update SLEEP_TIME to '240m'

This commit is contained in:
2024-06-06 21:25:42 +08:00
parent 926479d1ac
commit 23ad772a53
+1 -1
View File
@@ -131,7 +131,7 @@ services:
# but with KEY='VALUE', they are part of the value and stay there,
# causing problems!
TZ: 'Asia/Singapore'
SLEEP_TIME: '120m'
SLEEP_TIME: '240m'
FILTER_SERVICES: ''
VERBOSE: 'true'
UPDATE_OPTIONS: '--update-delay=60s'