summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-01-22 20:13:42 +0400
committerAndrew Dolgov <[email protected]>2013-01-22 20:13:42 +0400
commit6eb77a31401342ef6658e4f94bf4070ad51e608d (patch)
tree43f49774ba6aa3baa48de43b274d495ac4acf870 /config.php-dist
parent6b1a4ecd41ef6cbb9154ceec541b33322bad2dfc (diff)
expand simple update method description
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist8
1 files changed, 6 insertions, 2 deletions
diff --git a/config.php-dist b/config.php-dist
index 85aad41fe..aaee2f2eb 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -30,8 +30,12 @@
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. Not recommended, please
- // read http://tt-rss.org/wiki/UpdatingFeeds for more information.
+ // 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
// *****************************
// *** Files and directories ***