We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 312817f commit 944b58aCopy full SHA for 944b58a
lib/feedkit/request.rb
@@ -69,7 +69,7 @@ def client
69
http = HTTP
70
.headers(headers)
71
.follow(max_hops: 4, on_redirect: @on_redirect)
72
- .timeout(connect: 10, write: 5, read: 30)
+ .timeout(connect: 5, write: 5, read: 30)
73
.encoding(Encoding::BINARY)
74
75
http = http.use(:auto_inflate) if @auto_inflate
0 commit comments