Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Merge 1480beb into a44b4e1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhyman committed Jun 10, 2014
2 parents a44b4e1 + 1480beb commit eb4a80a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/moped/errors.rb
Expand Up @@ -115,7 +115,7 @@ class PotentialReconfiguration < MongoError
NOT_MASTER = [ 13435, 13436, 10009 ]

# Error codes received around reconfiguration
CONNECTION_ERRORS_RECONFIGURATION = [ 15988, 10276, 11600, 9001 ]
CONNECTION_ERRORS_RECONFIGURATION = [ 15988, 10276, 11600, 9001, 13639, 10009 ]

# Replica set reconfigurations can be either in the form of an operation
# error with code 13435, or with an error message stating the server is
Expand Down

0 comments on commit eb4a80a

Please sign in to comment.