mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-09 23:12:15 +05:30
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
Block a user