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 e3ba1b7 commit 41f7f70Copy full SHA for 41f7f70
src/invidious/yt_backend/connection_pool.cr
@@ -42,7 +42,7 @@ struct YoutubeConnectionPool
42
43
private def build_pool
44
DB::Pool(HTTP::Client).new(initial_pool_size: 0, max_pool_size: capacity, max_idle_pool_size: capacity, checkout_timeout: timeout) do
45
- conn = make_client(url, force_resolve = true)
+ conn = make_client(url, force_resolve: true)
46
conn.family = Socket::Family::INET if conn.family == Socket::Family::UNSPEC
47
conn
48
end
0 commit comments