We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12fc0ef commit b142991Copy full SHA for b142991
config/autoload/server.php
@@ -36,6 +36,7 @@
36
'open_http2_protocol' => true,
37
'max_request' => 100000,
38
'socket_buffer_size' => 2 * 1024 * 1024,
39
+ 'buffer_output_size' => 2 * 1024 * 1024,
40
],
41
'callbacks' => [
42
SwooleEvent::ON_BEFORE_START => [Hyperf\Framework\Bootstrap\ServerStartCallback::class, 'beforeStart'],
0 commit comments