We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e847b8 commit fe9b150Copy full SHA for fe9b150
src/invidious/yt_backend/connection_pool.cr
@@ -144,7 +144,7 @@ def get_ytimg_pool(subdomain)
144
if pool = YTIMG_POOLS[subdomain]?
145
return pool
146
else
147
- Log.info { "ytimg_pool: Creating a new HTTP pool for \"https://#{subdomain}.ytimg.com\"" }
+ Log.forf.info { "Creating a new HTTP pool for \"https://#{subdomain}.ytimg.com\"" }
148
pool = YoutubeConnectionPool.new(URI.parse("https://#{subdomain}.ytimg.com"), capacity: CONFIG.pool_size)
149
YTIMG_POOLS[subdomain] = pool
150
0 commit comments