Commit ef8950e55bfdf9aa9d28017a2988179aedbaafa7

Authored by Marcin Ciunelis
1 parent a23447bf
Exists in master and in 1 other branch production

turn off identity map

config/mongoid.example.yml
... ... @@ -9,7 +9,6 @@
9 9  
10 10 defaults: &defaults
11 11 host: localhost
12   - identity_map_enabled: true
13 12 # slaves:
14 13 # - host: slave1.local
15 14 # port: 27018
... ...
config/mongoid.mongohq.yml
... ... @@ -6,4 +6,3 @@
6 6  
7 7 production:
8 8 uri: <%= ENV['MONGOHQ_URL'] %>
9   - identity_map_enabled: true
... ...