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: driver.go
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -86,8 +86,8 @@ var noopLogger = slog.New(slog.NewTextHandler(io.Discard, &slog.HandlerOptions{L
86
86
// The default is false
87
87
// - enableEndToEndTracing: Boolean that indicates if end-to-end tracing is enabled
88
88
// The default is false
89
-
// - minSessions: The minimum number of sessions in the backing session pool. The default is 100.
90
-
// - maxSessions: The maximum number of sessions in the backing session pool. The default is 400.
89
+
// - minSessions (DEPRECATED): The minimum number of sessions in the backing session pool. The default is 100. This option is deprecated, as the driver by default uses a single multiplexed session for all operations.
90
+
// - maxSessions (DEPRECATED): The maximum number of sessions in the backing session pool. The default is 400. This option is deprecated, as the driver by default uses a single multiplexed session for all operations.
91
91
// - numChannels: The number of gRPC channels to use to communicate with Cloud Spanner. The default is 4.
92
92
// - optimizerVersion: Sets the default query optimizer version to use for this connection.
93
93
// - optimizerStatisticsPackage: Sets the default query optimizer statistic package to use for this connection.
0 commit comments