Skip to content

Commit

Permalink
fixes #1073
Browse files Browse the repository at this point in the history
  • Loading branch information
tgloeggl committed Nov 14, 2024
1 parent d634daf commit f48d033
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Models/REST/RestClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ public function __construct($config)
'url' => $config['service_url'],
'username' => $config['service_user'],
'password' => $config['service_password'],
'timeout' => 5,
'connect_timeout' => 5,
'timeout' => 60,
'connect_timeout' => 60,
'features' => [
'lucene' => false
]
Expand Down

0 comments on commit f48d033

Please sign in to comment.