From 152acf7902275c8a78951d8fb7cdd79e1fcf4f93 Mon Sep 17 00:00:00 2001 From: iamBadgers Date: Sat, 23 Aug 2025 13:11:19 -0700 Subject: [PATCH] self-update shepherd --- shepherd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shepherd.yaml b/shepherd.yaml index cb74ec3..ba89660 100644 --- a/shepherd.yaml +++ b/shepherd.yaml @@ -8,7 +8,7 @@ services: # With KEY: 'VALUE', quotes are part of yaml syntax and thus get stripped # but with KEY='VALUE', they are part of the value and stay there, # causing problems! - SLEEP_TIME: "1d" + SLEEP_TIME: "5m" TZ: "US/Pacific" VERBOSE: "true" IGNORELIST_SERVICES: "label=shepherd.autodeploy=false"