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 ea51fdf commit cd41649Copy full SHA for cd41649
lib/mongo/session.rb
@@ -448,7 +448,7 @@ def end_session
448
def with_transaction(options = nil)
449
@with_transaction_deadline = calculate_with_transaction_deadline(options)
450
deadline = if @with_transaction_deadline
451
- # CSOT enabled, so we have a customer defined deadline.
+ # CSOT enabled, so we have a custom-defined deadline.
452
@with_transaction_deadline
453
else
454
# CSOT not enabled, so we use the default deadline, 120 seconds.
0 commit comments