summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-01-22 20:07:34 +0400
committerAndrew Dolgov <[email protected]>2013-01-22 20:07:34 +0400
commit6b1a4ecd41ef6cbb9154ceec541b33322bad2dfc (patch)
tree21194f4620e839783f53eaacca448827611c743a /config.php-dist
parent8b83bf5fa15cd0acf85d9d34a113ca6cecd3106b (diff)
updaterandomfeed: use max_execution_time parameter
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 ***
// *****************************