mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
fix: reduce coroutine HTTP descriptor growth
This commit is contained in:
@@ -49,6 +49,7 @@ $swooleAdapter = new Server(
|
||||
port: System::getEnv('PORT', 80),
|
||||
settings: [
|
||||
'http_compression' => false,
|
||||
'open_http_keepalive' => false,
|
||||
'package_max_length' => $payloadSize,
|
||||
'output_buffer_size' => $payloadSize,
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user