Uploaded image for project: 'Mongoid'
  1. Mongoid
  2. MONGOID-2336

Consistency strong setting doesn't seem to be working

    • Type: Icon: Task Task
    • Resolution: Done
    • 3.0.6
    • Affects Version/s: None
    • Component/s: None
    • Labels:

      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.

            Assignee:
            Unassigned Unassigned
            Reporter:
            treeder Travis Reeder
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: