1
0
Fork 0
mirror of synced 2024-06-03 11:24:48 +12:00

Increased timeout

This commit is contained in:
Eldad Fux 2020-07-04 15:32:27 +03:00
parent ea861631fc
commit 154d281fec

View file

@ -24,7 +24,7 @@ $http
'open_http2_protocol' => true,
'document_root' => __DIR__ . '/../public',
'enable_static_handler' => true,
'timeout' => 4,
'timeout' => 7,
'http_compression' => true,
'http_compression_level' => 6,
])