mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
increase batch size
This commit is contained in:
@@ -139,7 +139,7 @@ public class FeedRefreshTaskGiver {
|
|||||||
* refills the refresh queue and empties the giveBack queue while at it
|
* refills the refresh queue and empties the giveBack queue while at it
|
||||||
*/
|
*/
|
||||||
private void refill() {
|
private void refill() {
|
||||||
int count = Math.min(100, 3 * backgroundThreads);
|
int count = Math.min(1000, 3 * backgroundThreads);
|
||||||
|
|
||||||
// first, get feeds that are up to refresh from the database
|
// first, get feeds that are up to refresh from the database
|
||||||
List<Feed> feeds = null;
|
List<Feed> feeds = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user