Commit 212a513f by jimabramson

fix syntax problem in unicorn config

parent e61430d9
...@@ -2,6 +2,6 @@ worker_processes 4 ...@@ -2,6 +2,6 @@ worker_processes 4
timeout 25 timeout 25
preload_app true preload_app true
after_fork do after_fork do |server, worker|
::Mongoid.default_session.disconnect ::Mongoid.default_session.disconnect
end end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment