summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-09-27 13:45:21 +0400
committerAndrew Dolgov <[email protected]>2013-09-27 13:45:21 +0400
commit5ddd2705ca0c2729d4a5a6e37b6df8ad8b67379d (patch)
treec809658183a4a6a5183f05a1fc74ca6589b4cc5e /config.php-dist
parenta10de509f39d5ff5d526ed812cdfa37466fba42d (diff)
make language detection optional (closes #779)
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.php-dist b/config.php-dist
index ec4fb8411..789ac95ba 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -184,6 +184,12 @@
define('CHECK_FOR_NEW_VERSION', true);
// Check for new versions of tt-rss automatically.
+ define('DETECT_ARTICLE_LANGUAGE', true);
+ // 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.