|
|
@ -12,12 +12,6 @@ |
|
|
|
// Stop updating feeds of user who haven't logged in specified |
|
|
|
// Stop updating feeds of user who haven't logged in specified |
|
|
|
// amount of days. 0 disables. |
|
|
|
// amount of days. 0 disables. |
|
|
|
|
|
|
|
|
|
|
|
define('DEFAULT_UPDATE_METHOD', 0); |
|
|
|
|
|
|
|
// Which feed parsing library to use as default: |
|
|
|
|
|
|
|
// 0 - Magpie |
|
|
|
|
|
|
|
// 1 - SimplePie |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
define('DAEMON_FEED_LIMIT', 60); |
|
|
|
define('DAEMON_FEED_LIMIT', 60); |
|
|
|
// Limits the amount of feeds daemon (or a cronjob) updates on one run |
|
|
|
// Limits the amount of feeds daemon (or a cronjob) updates on one run |
|
|
|
|
|
|
|
|
|
|
@ -31,4 +25,11 @@ |
|
|
|
// parameter to speed up tt-rss when having a huge number of articles |
|
|
|
// parameter to speed up tt-rss when having a huge number of articles |
|
|
|
// in the database (better yet, enable purging!) |
|
|
|
// in the database (better yet, enable purging!) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
define('SIMPLE_UPDATE_MODE', false); |
|
|
|
|
|
|
|
// Enables fallback update mode where tt-rss tries to update feeds in |
|
|
|
|
|
|
|
// background while tt-rss is open in your browser. |
|
|
|
|
|
|
|
// If you don't have a lot of feeds and don't want to or can't run |
|
|
|
|
|
|
|
// background processes while not running tt-rss, this method is generally |
|
|
|
|
|
|
|
// viable to keep your feeds up to date. |
|
|
|
|
|
|
|
// Still, there are more robust (and recommended) updating methods |
|
|
|
|
|
|
|
// available, you can read about them here: http://tt-rss.org/wiki/UpdatingFeeds |
|
|
|