Change default cron period to 5 minutes

This commit is contained in:
hoellen 2020-06-19 18:44:46 +02:00
parent d7be9e8dae
commit eb80828442
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ ENV UID=991 GID=991 \
PHP_START_SERVERS=2 \
PHP_MIN_SPARE_SERVERS=1 \
PHP_MAX_SPARE_SERVERS=6 \
CRON_PERIOD=15m \
CRON_PERIOD=5m \
CRON_MEMORY_LIMIT=1g \
TZ=Etc/UTC \
DB_TYPE=sqlite3 \

View File

@ -9,7 +9,7 @@ ENV UID=991 GID=991 \
PHP_START_SERVERS=2 \
PHP_MIN_SPARE_SERVERS=1 \
PHP_MAX_SPARE_SERVERS=6 \
CRON_PERIOD=15m \
CRON_PERIOD=5m \
CRON_MEMORY_LIMIT=1g \
TZ=Etc/UTC \
DB_TYPE=sqlite3 \