summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.php-dist b/config.php-dist
index e0949c61e..85aad41fe 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -28,6 +28,11 @@
// Operate in single user mode, disables all functionality related to
// multiple users.
+ 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.
+
// *****************************
// *** Files and directories ***
// *****************************