forked from midou/invidious
Increase YouTube request timeout (#1540)
Increase YouTube request timeout
This commit is contained in:
parent
20d2d141e4
commit
4184fb3ae7
@ -104,7 +104,7 @@ LOCALES = {
|
||||
"zh-TW" => load_locale("zh-TW"),
|
||||
}
|
||||
|
||||
YT_POOL = QUICPool.new(YT_URL, capacity: CONFIG.pool_size, timeout: 0.1)
|
||||
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