summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-29 14:55:53 +0100
committerAndrew Dolgov <[email protected]>2005-11-29 14:55:53 +0100
commitbbc92e50138a85e5584c73af29c664ff8c1217bf (patch)
treeb1b4fe89520ed37210669174bc1f83ac4d3a4cdc /config.php-dist
parent7a232fc6b5f3a621cc0a7f55a3de4130f4738090 (diff)
smart RPC I/O is now optional, add functionality to getLabelCounters()
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 68c35ff44..f24906c65 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -38,4 +38,9 @@
// */30 * * * * /usr/bin/wget -O /dev/null -T 600 "http://www.your-site.xxx/tt-rss/backend.php?op=globalUpdateFeeds&daemon=1"
//
+ define('SMART_RPC_COUNTERS', true);
+ // 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.
+
?>