mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-19 16:21:28 +00:00
set detect language to off by default
This commit is contained in:
@@ -184,7 +184,7 @@
|
|||||||
define('CHECK_FOR_NEW_VERSION', true);
|
define('CHECK_FOR_NEW_VERSION', true);
|
||||||
// Check for new versions of tt-rss automatically.
|
// Check for new versions of tt-rss automatically.
|
||||||
|
|
||||||
define('DETECT_ARTICLE_LANGUAGE', true);
|
define('DETECT_ARTICLE_LANGUAGE', false);
|
||||||
// Detect article language when updating feeds, presently this is only
|
// Detect article language when updating feeds, presently this is only
|
||||||
// used for hyphenation. This may increase amount of CPU time used by
|
// used for hyphenation. This may increase amount of CPU time used by
|
||||||
// update processes, disable if necessary (i.e. you are being billed
|
// update processes, disable if necessary (i.e. you are being billed
|
||||||
|
|||||||
Reference in New Issue
Block a user