mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 11:15:57 +00:00
expand simple update method description
This commit is contained in:
@@ -30,8 +30,12 @@
|
|||||||
|
|
||||||
define('SIMPLE_UPDATE_MODE', false);
|
define('SIMPLE_UPDATE_MODE', false);
|
||||||
// Enables fallback update mode where tt-rss tries to update feeds in
|
// Enables fallback update mode where tt-rss tries to update feeds in
|
||||||
// background while tt-rss is open in your browser. Not recommended, please
|
// background while tt-rss is open in your browser.
|
||||||
// read http://tt-rss.org/wiki/UpdatingFeeds for more information.
|
// 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 ***
|
// *** Files and directories ***
|
||||||
|
|||||||
Reference in New Issue
Block a user