Remove REEs garbage collection [ci skip]

We are not using REE anymore, so...
This commit is contained in:
Dennis Schubert 2012-11-29 22:57:38 +01:00
parent 7aa0726971
commit 656e52360f

View file

@ -17,12 +17,6 @@ timeout 30
#pid '/var/run/diaspora/diaspora.pid'
#listen '/var/run/diaspora/diaspora.sock', :backlog => 2048
# Ruby Enterprise Feature
if GC.respond_to?(:copy_on_write_friendly=)
GC.copy_on_write_friendly = true
end
before_fork do |server, worker|
# If using preload_app, enable this line
ActiveRecord::Base.connection.disconnect!