mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
not a good idea with maxresults, revert and use the same batch size as default_batch_fetch_size
This commit is contained in:
@@ -23,7 +23,7 @@ public class DatabaseCleaner {
|
||||
int deleted = -1;
|
||||
do {
|
||||
List<FeedEntry> entries = feedEntryDAO.findByInserted(
|
||||
cal.getTime(), 1000);
|
||||
cal.getTime(), 100);
|
||||
deleted = entries.size();
|
||||
|
||||
for (FeedEntry entry : entries) {
|
||||
|
||||
Reference in New Issue
Block a user