There was an error while loading. Please reload this page.
1 parent 685ea0e commit fe677afCopy full SHA for fe677af
src/index.ts
@@ -108,8 +108,8 @@ export type GetInstanceConfigOperationsCallback = PagedCallback<
108
109
/**
110
* Session pool configuration options.
111
- * @property {boolean} [routeToLeaderEnabled=True] If set to false leader aware routing will be disabled.
112
- * Disabling leader aware routing would route all requests in RW/PDML transactions to any region.
+ * @property {boolean} [routeToLeaderEnabled=False] If set to true leader aware routing will be enabled.
+ * Enabling leader aware routing would route all requests in RW/PDML transactions to leader region.
113
*/
114
export interface SpannerOptions extends GrpcClientOptions {
115
apiEndpoint?: string;
0 commit comments