Browse Source

Increase DNS timeouts (#10238)

pull/4/head
ThibG 5 years ago
committed by Eugen Rochko
parent
commit
79b00d294d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/lib/request.rb

+ 1
- 1
app/lib/request.rb View File

@ -171,7 +171,7 @@ class Request
outer_e = nil
Resolv::DNS.open do |dns|
dns.timeouts = 1
dns.timeouts = 5
addresses = dns.getaddresses(host).take(2)
time_slot = 10.0 / addresses.size

Loading…
Cancel
Save