mirror of
https://github.com/discourse/discourse.git
synced 2025-08-21 19:11:18 +08:00
seconds is not needed here
This commit is contained in:
parent
5f86434bf1
commit
6123f61f5f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue