We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55d2a52 commit 1a5de52Copy full SHA for 1a5de52
lib/mongo/retryable.rb
@@ -50,7 +50,7 @@ def read_with_retry(attempt = 0, &block)
50
if cluster.sharded? && e.retryable?
51
if attempt < max_read_retries
52
# We don't scan the cluster in this case as Mongos always returns
53
- # ready after a ping whether no matter what the state behind it is.
+ # ready after a ping no matter what the state behind it is.
54
sleep(read_retry_interval)
55
read_with_retry(attempt - 1, &block)
56
end
0 commit comments