mirror of
https://github.com/iv-org/invidious.git
synced 2025-11-01 05:38:30 -05:00
Fix timeout value
This commit is contained in:
parent
7f41639244
commit
fa6cae0cea
@ -104,7 +104,7 @@ LOCALES = {
|
||||
"zh-TW" => load_locale("zh-TW"),
|
||||
}
|
||||
|
||||
YT_POOL = QUICPool.new(YT_URL, capacity: CONFIG.pool_size, timeout: 2)
|
||||
YT_POOL = QUICPool.new(YT_URL, capacity: CONFIG.pool_size, timeout: 2.0)
|
||||
|
||||
config = CONFIG
|
||||
logger = Invidious::LogHandler.new
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user