prepared Task Executer
This commit is contained in:
parent
3fa9fa6d79
commit
84c7a3ffaf
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
include "zefixAPI.php";
|
include "zefixAPI.php";
|
||||||
|
|
||||||
$maxExecutionTime = 80;
|
$maxExecutionTime = 480;
|
||||||
$taskDir = 'tasks';
|
$taskDir = 'tasks';
|
||||||
$downloadDir = 'download';
|
$downloadDir = 'download';
|
||||||
$latesEndTime = time() + $maxExecutionTime;
|
$latesEndTime = time() + $maxExecutionTime;
|
||||||
|
|
Loading…
Reference in New Issue