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:
Guo Xiang Tan
2020-05-21 14:32:41 +08:00
committed by Alan Guo Xiang Tan
parent fc97f7e0e7
commit 878f06f1fe
5 changed files with 2 additions and 65 deletions

View File

@ -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