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 6596e57 commit f64edfcCopy full SHA for f64edfc
packages/client/lib/client/enterprise-maintenance-manager.ts
@@ -107,7 +107,8 @@ export default class EnterpriseMaintenanceManager extends EventEmitter {
107
host,
108
port,
109
});
110
- newSocket.setMaintenanceTimeout();
+ dbgMaintenance(`Set timeout for new socket to ${this.#options.gracefulMaintenance?.relaxedSocketTimeout}`);
111
+ newSocket.setMaintenanceTimeout(this.#options.gracefulMaintenance?.relaxedSocketTimeout);
112
dbgMaintenance(`Connecting to new socket: ${host}:${port}`);
113
await newSocket.connect();
114
dbgMaintenance(`Connected to new socket`);
0 commit comments