mirror of
https://github.com/iv-org/invidious.git
synced 2025-04-22 16:29:10 -04:00
remove accidental space
This commit is contained in:
parent
bbdb7feaa7
commit
b6c2242bc7
@ -66,7 +66,7 @@ SOFTWARE = {
|
||||
"branch" => "#{CURRENT_BRANCH}",
|
||||
}
|
||||
|
||||
YT_POOL = YoutubeConnectionPool.new(YT_URL, capacity: CONFIG.pool_size, timeout: 2.0, use_quic: CONFIG.use_quic)
|
||||
YT_POOL = YoutubeConnectionPool.new(YT_URL, capacity: CONFIG.pool_size, timeout: 2.0, use_quic: CONFIG.use_quic)
|
||||
|
||||
# CLI
|
||||
Kemal.config.extra_options do |parser|
|
||||
|
Loading…
x
Reference in New Issue
Block a user