diff options
-rw-r--r-- | src/feeds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feeds.c b/src/feeds.c index cccb81d5..dc82fe0d 100644 --- a/src/feeds.c +++ b/src/feeds.c | |||
@@ -87,7 +87,7 @@ iDefineTypeConstructionArgs(FeedJob, (const iBookmark *bm), bm) | |||
87 | /*----------------------------------------------------------------------------------------------*/ | 87 | /*----------------------------------------------------------------------------------------------*/ |
88 | 88 | ||
89 | static const char *feedsFilename_Feeds_ = "feeds.txt"; | 89 | static const char *feedsFilename_Feeds_ = "feeds.txt"; |
90 | static const int updateIntervalSeconds_Feeds_ = 2 * 60 * 60; | 90 | static const int updateIntervalSeconds_Feeds_ = 4 * 60 * 60; |
91 | 91 | ||
92 | struct Impl_Feeds { | 92 | struct Impl_Feeds { |
93 | iMutex * mtx; | 93 | iMutex * mtx; |