From 56234f1c53d7c317788807a11cc74732bc202156 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Thu, 6 Jan 2022 12:44:17 -0600 Subject: [PATCH] default to 15-minute scan interval --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 8a46670..a810f44 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -20,7 +20,7 @@ case "$PHPIPAM_SCAN_INTERVAL" in ;; 12h) CRON_S="0 */12" ;; - *) CRON_S="0 *" + *) CRON_S="*/15 *" ;; esac