revert to old factor

This commit is contained in:
Athou
2013-05-30 15:23:07 +02:00
parent a2f28f2565
commit f9e9010545

View File

@@ -72,7 +72,7 @@ public class FeedRefreshTaskGiver {
private void refill() {
Date now = Calendar.getInstance().getTime();
int count = 2 * backgroundThreads;
int count = 3 * backgroundThreads;
List<Feed> feeds = feedDAO.findNextUpdatable(count);
int size = addQueue.size();