mirror of
https://github.com/neocities/neocities.git
synced 2025-07-24 19:38:25 +02:00
temp disable archive button, cleanups for new gems
This commit is contained in:
parent
81d8c09c18
commit
9399bebee7
3 changed files with 4 additions and 4 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue