Allow 75s of execution for ML moderation cron
[platal.git] / 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();