Enable gzip and check for updates
This commit is contained in:
parent
1dbc7ea2c7
commit
81cccea858
1 changed files with 2 additions and 2 deletions
|
@ -83,9 +83,9 @@
|
|||
|
||||
define('DIGEST_SUBJECT', '[tt-rss] New headlines for last 24 hours');
|
||||
|
||||
define('CHECK_FOR_UPDATES', true);
|
||||
define('CHECK_FOR_UPDATES', false);
|
||||
|
||||
define('ENABLE_GZIP_OUTPUT', false);
|
||||
define('ENABLE_GZIP_OUTPUT', true);
|
||||
|
||||
define('PLUGINS', 'auth_internal, note');
|
||||
|
||||
|
|
Loading…
Reference in a new issue