Add DETECT_ARTICLE_LANGUAGE, needed for tt-rss 1.11

This commit is contained in:
Daniel Berteaud 2013-12-18 12:18:41 +01:00
parent 4d5379d30f
commit f79cfa865c
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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', true);
// Selectively gzip output to improve wire performance. This requires