CRON default duration set to 10 minutes

SVN:trunk[1246]
This commit is contained in:
Romain Quetiez
2011-04-28 08:47:44 +00:00
parent 4c64419f19
commit fcabb8fc43

View File

@@ -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,
),