temp disable archive button, cleanups for new gems

This commit is contained in:
Kyle Drake 2018-12-10 07:36:22 +00:00
parent 81d8c09c18
commit 9399bebee7
3 changed files with 4 additions and 4 deletions

View file

@ -62,7 +62,7 @@ class LetsEncryptWorker
puts "testing #{challenge_url}"
begin
res = HTTP.timeout(:global, write: 5, connect: 10, read: 10).follow.get(challenge_url)
res = HTTP.timeout(connect: 10, write: 10, read: 10).follow.get(challenge_url)
rescue => e
puts e.inspect
puts "error with #{challenge_url}"