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 270a0f0 commit 5874968Copy full SHA for 5874968
x/mongo/driver/operation.go
@@ -70,8 +70,9 @@ const (
70
//
71
// ⚠️ **USE WITH CAUTION** ⚠️
72
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.
+// The CSOT default behavior is for the Go Driver to derive maxTimeMS from the
+// context deadline to ensure that the server-side timeout aligns with the
75
+// client-side operation timeout.
76
77
// THIS OPTION MAY BE REMOVED AT ANY TIME.
78
var UnsafeAllowSeperateMaxTimeMSWithCSOT bool
0 commit comments