Commit a44cfc5f by Jim Abramson

Merge pull request #72 from edx/bug/jsa/after_fork_2

fix syntax problem in unicorn config
parents 7850b367 212a513f
...@@ -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