seconds is not needed here

This commit is contained in:
Sam Saffron 2018-06-14 20:53:24 +10:00
parent 5f86434bf1
commit 6123f61f5f

View File

@ -509,7 +509,7 @@ module Discourse
# so @connections is set to nil
if pool.connections
pool.reap
pool.flush(idle.seconds)
pool.flush(idle)
end
end
end