mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-19 00:28:47 +02:00
CRON default duration set to 10 minutes
SVN:trunk[1246]
This commit is contained in:
@@ -257,8 +257,8 @@ class Config
|
||||
'cron_max_execution_time' => array(
|
||||
'type' => 'integer',
|
||||
'description' => 'Duration (seconds) of the page cron.php, must be shorter than php setting max_execution_time and shorter than the web server response timeout',
|
||||
'default' => 60,
|
||||
'value' => 60,
|
||||
'default' => 600,
|
||||
'value' => 600,
|
||||
'source_of_value' => '',
|
||||
'show_in_conf_sample' => true,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user