Fix #5241: Source extractors not using 60s timeout.

Raise the default HTTP timeout from 10 seconds to 20 seconds.
This commit is contained in:
evazion
2022-10-30 15:55:17 -05:00
parent 042863b2a6
commit 30b286a030

View File

@@ -34,7 +34,7 @@ module Danbooru
class DownloadError < Error; end
class FileTooLargeError < Error; end
DEFAULT_TIMEOUT = 10
DEFAULT_TIMEOUT = 20
MAX_REDIRECTS = 5
attr_accessor :max_size, :http