Skip to content

Commit 598ff22

Browse files
authored
Merge pull request #33 from txjlrk/master
配置发送输出缓存区内存尺寸
2 parents 573f61f + b142991 commit 598ff22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/autoload/server.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
'open_http2_protocol' => true,
3737
'max_request' => 100000,
3838
'socket_buffer_size' => 2 * 1024 * 1024,
39+
'buffer_output_size' => 2 * 1024 * 1024,
3940
],
4041
'callbacks' => [
4142
SwooleEvent::ON_BEFORE_START => [Hyperf\Framework\Bootstrap\ServerStartCallback::class, 'beforeStart'],

0 commit comments

Comments
 (0)