mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 08:28:42 +00:00
Eanble compression
This commit is contained in:
parent
2e4c6eae96
commit
6d6f22788d
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue