Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Commit

Permalink
Fixed #267: raised client-side timeout for http calls from 2 min to 5…
Browse files Browse the repository at this point in the history
… min
  • Loading branch information
grtjn authored and dmcassel committed Aug 28, 2014
1 parent 75c437e commit ec85134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/lib/RoxyHttp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class Http
# Throw a Timeout::Error if a connection isn't established within this number of seconds
HTTP_CONNECTION_OPEN_TIMEOUT = 5
# Throw a Timeout::Error if no data have been read on this connnection within this number of seconds
HTTP_CONNECTION_READ_TIMEOUT = 120
HTTP_CONNECTION_READ_TIMEOUT = 300
# Length of the post-error probationary period during which all requests will fail
HTTP_CONNECTION_RETRY_DELAY = 15

Expand Down

0 comments on commit ec85134

Please sign in to comment.