turned off mutex in dev
This commit is contained in:
parent
3a8394bd59
commit
531ab3ab83
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue