-
Type: Task
-
Resolution: Done
-
Affects Version/s: None
-
Component/s: None
Here is our config:
production: sessions: default: hosts: - "x:y" - "a:b" database: a username: b password: c options: # default is eventual: http://mongoid.org/en/mongoid/docs/installation.html#replica consistency: :strong
But I'm pretty sure it's not working since oftentimes it won't find a document immediately after inserting.