chore: fix

This commit is contained in:
loks0n 2024-11-08 19:50:20 +01:00
parent d0cf0f6d1d
commit 428998b6b6
2 changed files with 2 additions and 2 deletions

2
.env
View file

@ -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

View file

@ -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' => '',