]> git.wh0rd.org - tt-rss.git/blobdiff - config.php-dist
update config.php-dist
[tt-rss.git] / config.php-dist
index f24906c656708baf0eae9eff32170463f0b179c7..0686b93127f09cd5863e850a06aff34ec57e0318 100644 (file)
@@ -16,6 +16,7 @@
 
        define('ICONS_DIR', "icons");
        define('ICONS_URL', "icons");
+       // Local and URL path to the directory, where feed favicons are stored.
 
        define('USE_HTTP_AUTH', false);
        // Use HTTP Basic authentication instead of login form. Has some problems.
@@ -42,5 +43,6 @@
        // 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.
 
 ?>