Remove REEs garbage collection [ci skip]
We are not using REE anymore, so...
This commit is contained in:
parent
7aa0726971
commit
656e52360f
1 changed files with 0 additions and 6 deletions
|
|
@ -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!
|
||||
|
|
|
|||
Loading…
Reference in a new issue