mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
skip update queue if 304 not modified
This commit is contained in:
@@ -120,6 +120,8 @@ public class FeedRefreshWorker {
|
||||
}
|
||||
feed.setDisabledUntil(FeedUtils.buildDisabledUntil(publishedDate,
|
||||
feedEntries));
|
||||
taskGiver.giveBack(feed);
|
||||
return;
|
||||
} catch (Exception e) {
|
||||
message = "Unable to refresh feed " + feed.getUrl() + " : "
|
||||
+ e.getMessage();
|
||||
|
||||
Reference in New Issue
Block a user