summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-12-13 16:43:29 +0100
committerAndrew Dolgov <[email protected]>2005-12-13 16:43:29 +0100
commitc3d74dca93ce93bd7aecefccfb459166da9d459e (patch)
treeb4bbabf59eaddbf390cc27067ecdb9c6f0cf37a2 /config.php-dist
parent987170e6544afaa3fc832e54c5f284aa07a025c4 (diff)
SMART_RPC_COUNTERS is false by default
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist8
1 files changed, 5 insertions, 3 deletions
diff --git a/config.php-dist b/config.php-dist
index 446038110..6ef8ee66e 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -45,11 +45,13 @@
//
// */30 * * * * cd $TTRSS_DIRECTORY && ./update_feeds.php >/dev/null 2>&1
- define('SMART_RPC_COUNTERS', true);
+ define('SMART_RPC_COUNTERS', false);
// If enabled, stores feed counter information on the server side and sends
// only diffs to the client. In the nutshell, it saves your bandwidth and
- // makes UI more responsive, but eats server memory.
- // If you experience weird feedlist refresh bugs, disable this option.
+ // makes UI more responsive, but eats server memory.
+ // This option can introduce a lot of weird interface glitches in
+ // some use-cases (if you have more than one tt-rss window open, for example)
+ // so it is disabled by default.
define('GLOBAL_ENABLE_LABELS', false);
// Labels are a security risk, so this option can globally disable them for all users.