mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
don't update the database if the feed didn't change
This commit is contained in:
@@ -40,7 +40,7 @@ public class FeedRefreshTaskGiver {
|
||||
public Feed take() {
|
||||
if (queue.peek() == null) {
|
||||
List<Feed> feeds = feedDAO
|
||||
.findNextUpdatable(30 * applicationSettingsService.get()
|
||||
.findNextUpdatable(50 * applicationSettingsService.get()
|
||||
.getBackgroundThreads());
|
||||
for (Feed feed : feeds) {
|
||||
queue.add(feed);
|
||||
|
||||
Reference in New Issue
Block a user