mirror of
https://github.com/jbowdre/phpipam-agent-docker.git
synced 2024-11-22 15:02:19 +00:00
default to 15-minute scan interval
This commit is contained in:
parent
93b58d9d69
commit
56234f1c53
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue