mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
revert to old factor
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user