Commit e61430d9 by jimabramson

disconnect default mongoid session after forking.

parent d3ba8bfe
worker_processes 4
timeout 25
preload_app true
after_fork do
::Mongoid.default_session.disconnect
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