mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00: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