Allow 75s of execution for ML moderation cron
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Sat, 22 Sep 2007 11:41:00 +0000 (13:41 +0200)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Sat, 22 Sep 2007 11:41:00 +0000 (13:41 +0200)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
bin/cron/cron_ml_moderate.php

index febf47c..87fccab 100755 (executable)
@@ -21,6 +21,7 @@
  ***************************************************************************/
 
 require('./connect.db.inc.php');
+ini_set('max_execution_time', '75');
 $sent_mails = 0;
 $handler    = time();