blun-king-cli 9.1.295 → 9.1.296
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/blun.mjs +1 -2
- package/package.json +1 -1
package/blun.mjs
CHANGED
|
@@ -295886,7 +295886,7 @@ var init_connection_manager = __esmMin((() => {
|
|
|
295886
295886
|
init_public_display();
|
|
295887
295887
|
init_types$1();
|
|
295888
295888
|
DEFAULT_STARTUP_TIMEOUT_MS$1 = 3e4;
|
|
295889
|
-
MCP_AUTO_RECONNECT_DELAYS_MS = [
|
|
295889
|
+
MCP_AUTO_RECONNECT_DELAYS_MS = [1e4];
|
|
295890
295890
|
McpConnectionManager = class {
|
|
295891
295891
|
options;
|
|
295892
295892
|
entries = /* @__PURE__ */ new Map();
|
|
@@ -296127,7 +296127,6 @@ var init_connection_manager = __esmMin((() => {
|
|
|
296127
296127
|
this.emit(entry);
|
|
296128
296128
|
void this.connectOne(entry, attemptId);
|
|
296129
296129
|
}, MCP_AUTO_RECONNECT_DELAYS_MS[retryIndex]);
|
|
296130
|
-
timer.unref?.();
|
|
296131
296130
|
this.reconnectTimers.set(entry.name, timer);
|
|
296132
296131
|
}
|
|
296133
296132
|
beginConnectAttempt(entry) {
|