There was an error while loading. Please reload this page.
1 parent 7da716d commit 71047ceCopy full SHA for 71047ce
1 file changed
lib/cache.rb
@@ -138,7 +138,7 @@ def self.fetch_package(package, block)
138
return false
139
end
140
rescue Excon::Error::Timeout => e
141
- logger.error(LOG_TAG) { " Connection to \"#{endpoint_download_url}\" timed out after: #{API_TIMEOUT} seconds" }
+ logger.error(LOG_TAG) { " Connection to \"#{endpoint_download_url}\" timed out after: #{W3DHub::Api::API_TIMEOUT} seconds" }
142
logger.error(LOG_TAG) { e }
143
logger.debug(LOG_TAG) { " Failed to retrieve package: (#{package.category}:#{package.subcategory}:#{package.name}:#{package.version})" }
144
logger.debug(LOG_TAG) { " Download URL: #{endpoint_download_url}, response: #{response&.status || -1}" }
0 commit comments