mirror of
https://github.com/appwrite/appwrite
synced 2026-05-21 16:08:22 +00:00
chore: remove redundant compression
This commit is contained in:
parent
fcd323baa4
commit
627df0d11f
1 changed files with 0 additions and 2 deletions
|
|
@ -60,8 +60,6 @@ include __DIR__ . '/controllers/general.php';
|
|||
|
||||
$http->on(Constant::EVENT_START, function (Server $http) use ($payloadSize, $register) {
|
||||
$app = new App('UTC');
|
||||
$app->setCompression(true);
|
||||
$app->setCompressionMinSize(intval(System::getEnv('_APP_COMPRESSION_MIN_SIZE_BYTES', '1024'))); // 1KB
|
||||
|
||||
go(function () use ($register, $app) {
|
||||
$pools = $register->get('pools');
|
||||
|
|
|
|||
Loading…
Reference in a new issue