瀏覽代碼

CRON default duration set to 10 minutes

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1246 a333f486-631f-4898-b8df-5754b55c2be0
romainq 14 年之前
父節點
當前提交
a1e015c5f0
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      core/config.class.inc.php

+ 2 - 2
core/config.class.inc.php

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