forked from treehouse/mastodon
Revert connect timeout from 1s to 10s (#9319)
The failure rate in Sidekiq is too highsignup-info-prompt
parent
c66739b418
commit
384e953b75
|
@ -94,7 +94,7 @@ class Request
|
|||
end
|
||||
|
||||
def timeout
|
||||
{ connect: 1, read: 10, write: 10 }
|
||||
{ connect: 10, read: 10, write: 10 }
|
||||
end
|
||||
|
||||
def http_client
|
||||
|
|
Loading…
Reference in New Issue