From 23ad772a53b417a83df2e010cd552937c67efe86 Mon Sep 17 00:00:00 2001 From: Teck Meng Date: Thu, 6 Jun 2024 21:25:42 +0800 Subject: [PATCH] Refactor swarm/core.yml to update SLEEP_TIME to '240m' --- swarm/core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swarm/core.yml b/swarm/core.yml index a72626a..2f3974b 100644 --- a/swarm/core.yml +++ b/swarm/core.yml @@ -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'