1
0
Fork 0
mirror of synced 2024-06-18 18:54:55 +12:00

Merge pull request #1189 from lohanidamodar/fix-storage-issue-with-large-files

modify swoole buffer output size
This commit is contained in:
Eldad A. Fux 2021-05-26 08:42:26 +03:00 committed by GitHub
commit 33aaa5c1ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,6 +35,7 @@ $http
'http_compression' => true,
'http_compression_level' => 6,
'package_max_length' => $payloadSize,
'buffer_output_size' => $payloadSize,
])
;