summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cron.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/cron.php b/cron.php
index 37dd33192..140a4202f 100644
--- a/cron.php
+++ b/cron.php
@@ -8,7 +8,7 @@ include_once "includes/common.inc";
*/
if (!get_cfg_var("safe_mode")) {
- set_time_limit(180);
+ set_time_limit(240);
}
/*
@@ -19,4 +19,5 @@ foreach (module_list() as $module) {
module_invoke($module, "cron");
}
-?> \ No newline at end of file
+watchdog("message", "cron run completed");
+?>