changed max execution time
This commit is contained in:
parent
8c903efb51
commit
9c74f58bce
|
@ -2,7 +2,7 @@
|
|||
include "zefixAPI.php";
|
||||
include "spreadSheetReader/read_write_xlsx.php";
|
||||
|
||||
$maxExecutionTime = 480;
|
||||
$maxExecutionTime = 300;
|
||||
$taskDir = 'tasks';
|
||||
$downloadDir = 'download';
|
||||
$minTaskOldness = 30;
|
||||
|
|
Loading…
Reference in New Issue