skip update queue if 304 not modified

This commit is contained in:
Athou
2013-05-25 11:49:02 +02:00
parent 464a87939d
commit 54aa6c8321

View File

@@ -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();