mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 17:40:43 +08:00
DEV: Remove custom connection reaper.
Rails 6 fixed the reaper to use one thread to reap all the connection pools.
This commit is contained in:

committed by
Alan Guo Xiang Tan

parent
fc97f7e0e7
commit
878f06f1fe
@ -360,10 +360,5 @@ module Discourse
|
||||
config.generators do |g|
|
||||
g.test_framework :rspec, fixture: false
|
||||
end
|
||||
|
||||
# we have a monkey_patch we need to require early... prior to connection
|
||||
# init
|
||||
require 'freedom_patches/reaper'
|
||||
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user