mirror of
https://github.com/YunoHost-Apps/ttrss_ynh.git
synced 2024-10-01 13:34:46 +02:00
Update config.php
This commit is contained in:
parent
eb354e8db2
commit
d2c60adbba
1 changed files with 6 additions and 0 deletions
|
@ -184,6 +184,12 @@ define('SMTP_SECURE', '');
|
||||||
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', 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);
|
define('ENABLE_GZIP_OUTPUT', false);
|
||||||
// Selectively gzip output to improve wire performance. This requires
|
// Selectively gzip output to improve wire performance. This requires
|
||||||
// PHP Zlib extension on the server.
|
// PHP Zlib extension on the server.
|
||||||
|
|
Loading…
Reference in a new issue