]> git.wh0rd.org - tt-rss.git/commitdiff
expand simple update method description
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 22 Jan 2013 16:13:42 +0000 (20:13 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 22 Jan 2013 16:13:42 +0000 (20:13 +0400)
config.php-dist

index 85aad41fe46bc0ab169ba27590ed1c9df7fde0cc..aaee2f2ebdd4bfdb15b835e3090f436d7d6c103e 100644 (file)
 
        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 ***