remove redundant code
This commit is contained in:
parent
98f656cfcb
commit
8aec437c23
@ -675,14 +675,8 @@ function notifier_run($argv, $argc){
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$deliveries[] = $hash;
|
|
||||||
|
|
||||||
if(count($deliver) >= $deliveries_per_process) {
|
$deliveries[] = $hash;
|
||||||
proc_run('php','include/deliver.php',$deliver);
|
|
||||||
$deliver = array();
|
|
||||||
if($interval)
|
|
||||||
@time_sleep_until(microtime(true) + (float) $interval);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if($normal_mode) {
|
if($normal_mode) {
|
||||||
|
Reference in New Issue
Block a user