Skip to content

Commit fd5e7f1

Browse files
Update lib/mongo/server/pending_connection.rb
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent aff396d commit fd5e7f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mongo/server/pending_connection.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def handshake!(speculative_auth_doc: nil)
159159
logger: options[:logger],
160160
log_prefix: options[:log_prefix],
161161
bg_error_backtrace: options[:bg_error_backtrace],
162-
)
162+
)
163163
if exc.is_a?(::Mongo::Error)
164164
# The SystemOverloadedError label marks errors as back-pressure
165165
# signals that should not cause the server to be marked Unknown.

0 commit comments

Comments
 (0)