mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
TEMP: log more information when failing to download db
This commit is contained in:
@ -29,6 +29,9 @@ class DiscourseIpInfo
|
||||
|
||||
uri = URI("https://geolite.maxmind.com/download/geoip/database/#{name}.tar.gz")
|
||||
|
||||
puts uri
|
||||
puts "SIZE: #{Net::HTTP.get(uri).size}"
|
||||
|
||||
tar_gz_file = Tempfile.new
|
||||
tar_gz_file.binmode
|
||||
tar_gz_file.write(Net::HTTP.get(uri))
|
||||
|
Reference in New Issue
Block a user