]> git.wh0rd.org - tt-rss.git/commitdiff
SMART_RPC_COUNTERS is false by default
authorAndrew Dolgov <fox@bah.spb.su>
Tue, 13 Dec 2005 15:43:29 +0000 (16:43 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Tue, 13 Dec 2005 15:43:29 +0000 (16:43 +0100)
config.php-dist

index 446038110e6fcc0b49557628f47fc67877c4e763..6ef8ee66e491cb8e3c0c1230969124205f45ca61 100644 (file)
        //
        // */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.