turned off mutex in dev

This commit is contained in:
maxwell 2010-06-22 10:19:36 -07:00
parent 3a8394bd59
commit 531ab3ab83

View file

@ -16,5 +16,8 @@ Diaspora::Application.configure do
# Don't care if the mailer can't send
config.action_mailer.raise_delivery_errors = false
config.threadsafe!
#oiy
#config.threadsafe!
end