mirror of
https://github.com/Athou/commafeed.git
synced 2026-09-24 13:05:38 +00:00
mysql/mariadb lowest timestamp is actually 1970-01-01 00:00:01 (#1239)
This commit is contained in:
@@ -45,7 +45,7 @@ public class FeedService {
|
||||
feed.setUrl(url);
|
||||
feed.setNormalizedUrl(normalizedUrl);
|
||||
feed.setNormalizedUrlHash(normalizedUrlHash);
|
||||
feed.setDisabledUntil(Instant.EPOCH);
|
||||
feed.setDisabledUntil(Feed.MINIMUM_DISABLED_UNTIL);
|
||||
feedDAO.saveOrUpdate(feed);
|
||||
}
|
||||
return feed;
|
||||
|
||||
Reference in New Issue
Block a user