mirror of
https://github.com/iv-org/invidious.git
synced 2025-05-20 07:10:43 -04:00
remove accidental space
This commit is contained in:
parent
bbdb7feaa7
commit
b6c2242bc7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue