mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-10 09:07:48 +01:00
Make sure client gets returned to pool
This commit is contained in:
parent
2e402c1977
commit
0e704056a1
1 changed files with 2 additions and 0 deletions
|
@ -203,6 +203,8 @@ get "/watch" do |env|
|
|||
calculated_rating = 0.0
|
||||
end
|
||||
|
||||
pool << client
|
||||
|
||||
templated "watch"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue