From f79cfa865cf1efb32a5561c46ffd2fe4a04828dc Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Wed, 18 Dec 2013 12:18:41 +0100 Subject: [PATCH] Add DETECT_ARTICLE_LANGUAGE, needed for tt-rss 1.11 --- root/etc/e-smith/templates/usr/share/tt-rss/config.php/55various | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/root/etc/e-smith/templates/usr/share/tt-rss/config.php/55various b/root/etc/e-smith/templates/usr/share/tt-rss/config.php/55various index a23bc8b..f10c775 100644 --- a/root/etc/e-smith/templates/usr/share/tt-rss/config.php/55various +++ b/root/etc/e-smith/templates/usr/share/tt-rss/config.php/55various @@ -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