changed max execution time

This commit is contained in:
schrom01
2023-09-25 22:54:59 +02:00
parent 8c903efb51
commit 9c74f58bce
+1 -1
View File
@@ -2,7 +2,7 @@
include "zefixAPI.php";
include "spreadSheetReader/read_write_xlsx.php";
$maxExecutionTime = 480;
$maxExecutionTime = 300;
$taskDir = 'tasks';
$downloadDir = 'download';
$minTaskOldness = 30;