diff --git a/config/environments/development.rb b/config/environments/development.rb index 45d756166..7b3a4b156 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -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