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 65c9267 commit 84de096Copy full SHA for 84de096
src/sessions.ts
@@ -174,7 +174,7 @@ export class ClientSession extends TypedEventEmitter<ClientSessionEvents> {
174
this.sessionPool = sessionPool;
175
this.hasEnded = false;
176
this.clientOptions = clientOptions;
177
- this.timeoutMS = options.defaultTimeoutMS ?? client.options?.timeoutMS;
+ this.timeoutMS = options.defaultTimeoutMS ?? client.s.options?.timeoutMS;
178
179
this.explicit = !!options.explicit;
180
this[kServerSession] = this.explicit ? this.sessionPool.acquire() : null;
0 commit comments