mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-07 21:28:30 +00: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…
Reference in New Issue
Block a user