git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1246 a333f486-631f-4898-b8df-5754b55c2be0
@@ -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,
),