]> git.wh0rd.org - tt-rss.git/blobdiff - config.php-dist
move language detection to a plugin, remove config.php constant
[tt-rss.git] / config.php-dist
index c0729b61bf36d2d2368c79c695c14ae40bf5c799..311b94df08412b31a7aa3a37452e13a08fe407fb 100644 (file)
        define('CHECK_FOR_UPDATES', true);
        // Check for updates automatically if running Git version
  
-       define('DETECT_ARTICLE_LANGUAGE', false);
-       // Detect article language when updating feeds, presently this is only
-       // used for hyphenation. This may increase amount of CPU time used by 
-       // update processes, disable if necessary (i.e. you are being billed
-       // for CPU time).
-
        define('ENABLE_GZIP_OUTPUT', false);
        // Selectively gzip output to improve wire performance. This requires
        // PHP Zlib extension on the server.