mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Eanble compression
This commit is contained in:
+2
-2
@@ -31,8 +31,8 @@ $payloadSize = 6 * (1024 * 1024); // 6MB
|
||||
|
||||
$server = new Server('0.0.0.0', '80', [
|
||||
'open_http2_protocol' => true,
|
||||
// 'http_compression' => true,
|
||||
// 'http_compression_level' => 6,
|
||||
'http_compression' => true,
|
||||
'http_compression_level' => 6,
|
||||
'package_max_length' => $payloadSize,
|
||||
'buffer_output_size' => $payloadSize,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user