Skip to content

Commit 384e953

Browse files
authored
Revert connect timeout from 1s to 10s (mastodon#9319)
The failure rate in Sidekiq is too high
1 parent c66739b commit 384e953

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/lib/request.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def key_id
9494
end
9595

9696
def timeout
97-
{ connect: 1, read: 10, write: 10 }
97+
{ connect: 10, read: 10, write: 10 }
9898
end
9999

100100
def http_client

0 commit comments

Comments
 (0)