mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
chore: fix
This commit is contained in:
parent
d0cf0f6d1d
commit
428998b6b6
2 changed files with 2 additions and 2 deletions
2
.env
2
.env
|
|
@ -2,7 +2,7 @@ _APP_ENV=development
|
|||
_APP_EDITION=self-hosted
|
||||
_APP_LOCALE=en
|
||||
_APP_WORKER_PER_CORE=6
|
||||
_APP_COMPRESSION_MIN_SIZE_BYTES=1000
|
||||
_APP_COMPRESSION_MIN_SIZE_BYTES=1024
|
||||
_APP_CONSOLE_WHITELIST_ROOT=disabled
|
||||
_APP_CONSOLE_WHITELIST_EMAILS=
|
||||
_APP_CONSOLE_SESSION_ALERTS=enabled
|
||||
|
|
|
|||
|
|
@ -100,7 +100,7 @@ return [
|
|||
[
|
||||
'name' => '_APP_COMPRESSION_MIN_SIZE_BYTES',
|
||||
'description' => 'The minimum size of the response body to be compressed. The default value is 1024 bytes. To disable compression, set the value to 0.',
|
||||
'introduction' => '1.6.0',
|
||||
'introduction' => '1.6.1',
|
||||
'default' => '1024',
|
||||
'required' => false,
|
||||
'question' => '',
|
||||
|
|
|
|||
Loading…
Reference in a new issue