Skip to content

Commit 5874968

Browse files
Update comment
1 parent 270a0f0 commit 5874968

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

x/mongo/driver/operation.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,9 @@ const (
7070
//
7171
// ⚠️ **USE WITH CAUTION** ⚠️
7272
//
73-
// For CSOT, Go driver derives maxTimeMS from the context deadline to ensure
74-
// that the server-side timeout aligns with the client-side operation timeout.
73+
// The CSOT default behavior is for the Go Driver to derive maxTimeMS from the
74+
// context deadline to ensure that the server-side timeout aligns with the
75+
// client-side operation timeout.
7576
//
7677
// THIS OPTION MAY BE REMOVED AT ANY TIME.
7778
var UnsafeAllowSeperateMaxTimeMSWithCSOT bool

0 commit comments

Comments
 (0)