Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
Revert connect timeout from 1s to 10s (mastodon#9319)
Browse files Browse the repository at this point in the history
The failure rate in Sidekiq is too high
  • Loading branch information
Gargron authored Nov 21, 2018
1 parent c66739b commit 384e953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/request.rb
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def key_id
end

def timeout
{ connect: 1, read: 10, write: 10 }
{ connect: 10, read: 10, write: 10 }
end

def http_client
Expand Down

0 comments on commit 384e953

Please sign in to comment.