freescout timer less timeout

This commit is contained in:
cronekorkn 2024-09-05 22:59:24 +02:00
parent 1f53ff63a9
commit 07e9eb4d8f
Signed by: cronekorkn
SSH key fingerprint: SHA256:v0410ZKfuO1QHdgKBsdQNF64xmTxOF8osF1LIqwTcVw

View file

@ -77,7 +77,7 @@ defaults = {
'freescout-cron': { 'freescout-cron': {
'command': '/usr/bin/php /opt/freescout/artisan schedule:run', 'command': '/usr/bin/php /opt/freescout/artisan schedule:run',
'when': '*-*-* *:*:00', 'when': '*-*-* *:*:00',
'RuntimeMaxSec': '600', 'RuntimeMaxSec': '180',
'user': 'www-data', 'user': 'www-data',
}, },
}, },