aboutsummaryrefslogtreecommitdiffstats
path: root/include/notifier.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/notifier.php')
-rw-r--r--include/notifier.php8
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) {