Reduce timeout

pull/6548/head
Daniel Supernault 2 months ago
parent 92f469ff20
commit e4e9d12b5c
No known key found for this signature in database
GPG Key ID: 23740873EE6F76A1

@ -291,7 +291,7 @@ class UserAccountDelete extends Command
protected function makeHttpClient(): Client
{
return new Client([
'timeout' => 15.0,
'timeout' => 10.0,
'connect_timeout' => 5.0,
'http_errors' => false,
'allow_redirects' => false,

Loading…
Cancel
Save