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 4fc2787 commit 01901a2Copy full SHA for 01901a2
packages/client/lib/client/socket.ts
@@ -244,7 +244,7 @@ export default class RedisSocket extends EventEmitter {
244
}
245
246
setMaintenanceTimeout(ms?: number) {
247
- dbgMaintenance(`Reset socket timeout to ${ms}`);
+ dbgMaintenance(`Set socket timeout to ${ms}`);
248
if (this.#maintenanceTimeout === ms) return;
249
250
this.#maintenanceTimeout = ms;
0 commit comments