Increment rounds

This commit is contained in:
Evan Prodromou 2012-03-21 12:23:59 -04:00
parent 0d8dd9078c
commit 3cc69c678a
1 changed files with 2 additions and 0 deletions

View File

@ -113,6 +113,8 @@ abstract class FilteringNoticeStream extends NoticeStream
common_debug(get_class($this) . ": ($offset, $limit) Round $round hits is $hits, results = $results.");
$round++;
} while (count($filtered) < $total && $results >= $lastAsk);
return new ArrayWrapper(array_slice($filtered, $offset, $limit));