Increased timeout

This commit is contained in:
Eldad Fux
2020-07-04 15:32:27 +03:00
parent ea861631fc
commit 154d281fec
+1 -1
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,
])