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 860c5cf commit 718febeCopy full SHA for 718febe
packages/client/lib/client/enterprise-maintenance-manager.ts
@@ -192,6 +192,10 @@ export default class EnterpriseMaintenanceManager {
192
dbgMaintenance(`Tmp client created in ${( performance.now() - start ).toFixed(2)}ms`);
193
dbgMaintenance(`Connecting tmp client: ${host}:${port}`);
194
start = performance.now();
195
+ tmpClient._maintenanceUpdate({
196
+ relaxedCommandTimeout: this.#options.maintRelaxedCommandTimeout,
197
+ relaxedSocketTimeout: this.#options.maintRelaxedSocketTimeout,
198
+ });
199
await tmpClient.connect();
200
dbgMaintenance(`Connected to tmp client in ${(performance.now() - start).toFixed(2)}ms`);
201
// 3 [EVENT] New socket connected
0 commit comments