Isshu Rakusai

Results 2 issues of Isshu Rakusai

I noticed that `max_retries` or `retry_interval` will only work with read operations and write operations will not be retried even when primary node is dead. [souce](https://github.com/mongoid/moped/blob/master/lib/moped/read_preference/selectable.rb#L68) Even when the master...

Option : `read: master` When master and secondary has been switched (not down), Moped throw the error for 5 minutes (default refresh time) and failover does not work properly. ```...