diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/notifier.php | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/include/notifier.php b/include/notifier.php index 4ce0c7c9f..3b29229cf 100644 --- a/include/notifier.php +++ b/include/notifier.php @@ -675,14 +675,8 @@ function notifier_run($argv, $argc){ ); } } - $deliveries[] = $hash; - if(count($deliver) >= $deliveries_per_process) { - proc_run('php','include/deliver.php',$deliver); - $deliver = array(); - if($interval) - @time_sleep_until(microtime(true) + (float) $interval); - } + $deliveries[] = $hash; } if($normal_mode) { |