Skip to content

Commit 312817f

Browse files
committed
Increase connect timeout.
1 parent d66f26d commit 312817f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/feedkit/request.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def client
6969
http = HTTP
7070
.headers(headers)
7171
.follow(max_hops: 4, on_redirect: @on_redirect)
72-
.timeout(connect: 5, write: 5, read: 30)
72+
.timeout(connect: 10, write: 5, read: 30)
7373
.encoding(Encoding::BINARY)
7474

7575
http = http.use(:auto_inflate) if @auto_inflate

0 commit comments

Comments
 (0)