forked from Archives/Athou_commafeed
increase batch size again
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user