From 19e2ebf79b01802e139bfbc004042ef15603d54d Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Tue, 25 May 2021 16:04:49 +0545 Subject: [PATCH] modify swoole buffer output size --- app/http.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/http.php b/app/http.php index efa47ffbd..89ff646d7 100644 --- a/app/http.php +++ b/app/http.php @@ -35,6 +35,7 @@ $http 'http_compression' => true, 'http_compression_level' => 6, 'package_max_length' => $payloadSize, + 'buffer_output_size' => $payloadSize, ]) ;