Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis Schubert <software@dsx.cc>2012-11-30 01:57:38 +0400
committerDennis Schubert <software@dsx.cc>2012-11-30 01:57:38 +0400
commit656e52360f0eb90dbdfe0a969f2e4c48d5469e16 (patch)
tree5d9c6df2dca310559cfdbdf43cfdc72bbc3bad3e /config/unicorn.rb
parent7aa0726971b013b023c6ae8581a6b931724a42e1 (diff)
Remove REEs garbage collection [ci skip]
We are not using REE anymore, so...
Diffstat (limited to 'config/unicorn.rb')
-rw-r--r--config/unicorn.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/config/unicorn.rb b/config/unicorn.rb
index 1f305dcf9..00d9b413c 100644
--- a/config/unicorn.rb
+++ b/config/unicorn.rb
@@ -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!