change times in taskExecuter.php

This commit is contained in:
schrom01 2023-09-26 14:35:10 +02:00
parent 535e374427
commit d8f6eb147a
1 changed files with 2 additions and 2 deletions

View File

@ -4,10 +4,10 @@ include "read_write_xlsx.php";
include "emailSender.php";
$maxExecutionTime = 62;
$maxExecutionTime = 480;
$taskDir = 'tasks';
$downloadDir = 'download';
$minTaskOldness = 5;
$minTaskOldness = 30;
$latesEndTime = time() + $maxExecutionTime;
$smtppassword = getenv("smtppassword");