* @internal
(update: MaintenanceUpdate)
| 1183 | * @internal |
| 1184 | */ |
| 1185 | _maintenanceUpdate(update: MaintenanceUpdate) { |
| 1186 | this._self.#socket.setMaintenanceTimeout(update.relaxedSocketTimeout); |
| 1187 | this._self.#queue.setMaintenanceCommandTimeout(update.relaxedCommandTimeout); |
| 1188 | } |
| 1189 | |
| 1190 | /** |
| 1191 | * @internal |
no test coverage detected