From c52e437f50385ffb501928ec59cab8bf6387250a Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Fri, 17 Feb 2023 11:28:36 -0500 Subject: [PATCH] *Update dist --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 8e8a252..681f4af 100644 --- a/dist/index.js +++ b/dist/index.js @@ -14,7 +14,7 @@ export class SwarmClient extends Client { this._autoReconnect = autoReconnect; this._connectBackoff = new Backoff({ strategy: "fibo", - maxAttempts: 0, + maxAttempts: Number.MAX_SAFE_INTEGER, }); } get swarm() {