freescout timer less timeout
This commit is contained in:
parent
1f53ff63a9
commit
07e9eb4d8f
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue