fix: reduce coroutine HTTP descriptor growth

This commit is contained in:
Chirag Aggarwal
2026-04-05 21:55:18 +05:30
parent b2db2725ea
commit 35b67d89cd
+1
View File
@@ -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,
],