mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
Increased timeout
This commit is contained in:
parent
ea861631fc
commit
154d281fec
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
])
|
||||
|
|
|
|||
Loading…
Reference in a new issue