mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-07-08 23:08:25 +00:00
Pool: Use force_resolve in fallback new client
This commit is contained in:
parent
2cbf245aae
commit
82bd79bb0f
@ -22,7 +22,7 @@ struct YoutubeConnectionPool
|
||||
response = yield conn
|
||||
rescue ex
|
||||
conn.close
|
||||
conn = make_client(url)
|
||||
conn = make_client(url, force_resolve: true)
|
||||
response = yield conn
|
||||
ensure
|
||||
pool.release(conn)
|
||||
|
Loading…
Reference in New Issue
Block a user