Increase YouTube request timeout (#1540)

Increase YouTube request timeout
pull/1543/head
saltycrys 4 years ago committed by GitHub
parent 20d2d141e4
commit 4184fb3ae7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save