increase batch size again

This commit is contained in:
Athou
2013-07-30 13:23:32 +02:00
parent 201a3ae96f
commit 704081656e

View File

@@ -139,7 +139,7 @@ public class FeedRefreshTaskGiver {
* refills the refresh queue and empties the giveBack queue while at it
*/
private void refill() {
int count = Math.min(50, 3 * backgroundThreads);
int count = Math.min(300, 3 * backgroundThreads);
// first, get feeds that are up to refresh from the database
List<Feed> feeds = null;