ratenotif: loop oddity

This commit is contained in:
friendica 2015-03-19 15:24:09 -07:00
parent 63683734a2
commit 24ebaaf0f7
2 changed files with 10 additions and 10 deletions

View File

@ -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

View File

@ -1 +1 @@
2015-03-18.975
2015-03-19.976