Skip to content

Commit 718febe

Browse files
committed
--wip-- [skip ci]
1 parent 860c5cf commit 718febe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/client/lib/client/enterprise-maintenance-manager.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,10 @@ export default class EnterpriseMaintenanceManager {
192192
dbgMaintenance(`Tmp client created in ${( performance.now() - start ).toFixed(2)}ms`);
193193
dbgMaintenance(`Connecting tmp client: ${host}:${port}`);
194194
start = performance.now();
195+
tmpClient._maintenanceUpdate({
196+
relaxedCommandTimeout: this.#options.maintRelaxedCommandTimeout,
197+
relaxedSocketTimeout: this.#options.maintRelaxedSocketTimeout,
198+
});
195199
await tmpClient.connect();
196200
dbgMaintenance(`Connected to tmp client in ${(performance.now() - start).toFixed(2)}ms`);
197201
// 3 [EVENT] New socket connected

0 commit comments

Comments
 (0)