changed max execution time

This commit is contained in:
schrom01 2023-09-25 22:54:59 +02:00
parent 8c903efb51
commit 9c74f58bce
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
include "zefixAPI.php"; include "zefixAPI.php";
include "spreadSheetReader/read_write_xlsx.php"; include "spreadSheetReader/read_write_xlsx.php";
$maxExecutionTime = 480; $maxExecutionTime = 300;
$taskDir = 'tasks'; $taskDir = 'tasks';
$downloadDir = 'download'; $downloadDir = 'download';
$minTaskOldness = 30; $minTaskOldness = 30;