Remove lsquic from codebase

This commit is contained in:
syeopite
2023-07-26 07:19:12 -07:00
parent d956b1826e
commit c5fe96e936
8 changed files with 32 additions and 193 deletions

View File

@@ -90,7 +90,7 @@ SOFTWARE = {
"branch" => "#{CURRENT_BRANCH}",
}
YT_POOL = YoutubeConnectionPool.new(YT_URL, capacity: CONFIG.pool_size, use_quic: CONFIG.use_quic)
YT_POOL = YoutubeConnectionPool.new(YT_URL, capacity: CONFIG.pool_size)
# CLI
Kemal.config.extra_options do |parser|