From 71047ce9e86ad56729ed998627540cee948b509c Mon Sep 17 00:00:00 2001 From: Cyberarm Date: Wed, 8 Oct 2025 14:16:33 -0500 Subject: [PATCH] Ugg. --- lib/cache.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cache.rb b/lib/cache.rb index 75a261f..d331899 100644 --- a/lib/cache.rb +++ b/lib/cache.rb @@ -138,7 +138,7 @@ class W3DHub return false end rescue Excon::Error::Timeout => e - 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" } logger.error(LOG_TAG) { e } logger.debug(LOG_TAG) { " Failed to retrieve package: (#{package.category}:#{package.subcategory}:#{package.name}:#{package.version})" } logger.debug(LOG_TAG) { " Download URL: #{endpoint_download_url}, response: #{response&.status || -1}" }