mirror of https://github.com/iv-org/invidious.git
Make sure client gets returned to pool
This commit is contained in:
parent
2e402c1977
commit
0e704056a1
|
@ -203,6 +203,8 @@ get "/watch" do |env|
|
|||
calculated_rating = 0.0
|
||||
end
|
||||
|
||||
pool << client
|
||||
|
||||
templated "watch"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue