mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
more reasonable buffer
This commit is contained in:
@@ -56,7 +56,7 @@ public class FeedRefreshTaskGiver {
|
||||
public synchronized Feed take() {
|
||||
Feed feed = takeQueue.poll();
|
||||
if (feed == null) {
|
||||
int count = 5 * backgroundThreads;
|
||||
int count = 3 * backgroundThreads;
|
||||
List<Feed> feeds = feedDAO.findNextUpdatable(count);
|
||||
|
||||
int size = addQueue.size();
|
||||
|
||||
Reference in New Issue
Block a user