From 3809b27874608388ec145d76b6da28b1e7eadab1 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 15 Jan 2010 17:34:17 +0300 Subject: remove config option SMART_RPC_COUNTERS --- config.php-dist | 8 -------- 1 file changed, 8 deletions(-) (limited to 'config.php-dist') diff --git a/config.php-dist b/config.php-dist index af0b7923d..85fe7cdc4 100644 --- a/config.php-dist +++ b/config.php-dist @@ -37,14 +37,6 @@ // Operate in single user mode, disables all functionality related to // multiple users. - 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. - // 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('ENABLE_FEED_BROWSER', true); // Enable or disable local feed browser -- cgit v1.2.3-54-g00ecf