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