mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-30 22:18:46 +02:00
Cron parallelization - change configuration param
Co-authored-by: Molkobain <lajarige.guillaume@free.fr>
This commit is contained in:
@@ -2045,7 +2045,7 @@ JS
|
||||
return;
|
||||
}
|
||||
// Limit the number of cron process to run in parallel
|
||||
$iMaxCronProcess = $oConfig->Get('cron.max_process');
|
||||
$iMaxCronProcess = $oConfig->Get('cron.max_processes');
|
||||
$iCount = 1;
|
||||
$iMaxDuration = $oConfig->Get('cron_max_execution_time');
|
||||
$iTimeLimit = time() + $iMaxDuration;
|
||||
|
||||
Reference in New Issue
Block a user