ratenotif: loop oddity
This commit is contained in:
parent
63683734a2
commit
24ebaaf0f7
@ -94,7 +94,7 @@ function ratenotif_run($argv, $argc){
|
||||
dbesc($n),
|
||||
dbesc(json_encode($encoded_item))
|
||||
);
|
||||
}
|
||||
|
||||
$deliver[] = $hash;
|
||||
|
||||
if(count($deliver) >= $deliveries_per_process) {
|
||||
@ -103,7 +103,7 @@ function ratenotif_run($argv, $argc){
|
||||
if($interval)
|
||||
@time_sleep_until(microtime(true) + (float) $interval);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// catch any stragglers
|
||||
|
||||
|
@ -1 +1 @@
|
||||
2015-03-18.975
|
||||
2015-03-19.976
|
||||
|
Reference in New Issue
Block a user