You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/mongo/background_thread.rb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,7 @@ def wait_for_stop
134
134
rescue ::Timeout::Error
135
135
end
136
136
137
-
# Some driver objects can be reconnected, for backwards compatibiilty
137
+
# Some driver objects can be reconnected, for backwards compatibility
138
138
# reasons. Clear the thread instance variable to support this cleanly.
139
139
if@thread.alive?
140
140
log_warn("Failed to stop the background thread in #{self} in #{(Utils.monotonic_time - start_time).to_i} seconds: #{@thread.inspect} (thread status: #{@thread.status})")
0 commit comments