mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:21:04 +08:00
seconds is not needed here
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user