default to 15-minute scan interval

This commit is contained in:
John Bowdre 2022-01-06 12:44:17 -06:00
parent 93b58d9d69
commit 56234f1c53
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ case "$PHPIPAM_SCAN_INTERVAL" in
;; ;;
12h) CRON_S="0 */12" 12h) CRON_S="0 */12"
;; ;;
*) CRON_S="0 *" *) CRON_S="*/15 *"
;; ;;
esac esac