*Update dist

This commit is contained in:
Derrick Hammer 2023-02-17 11:28:36 -05:00
parent 6f30bb7faa
commit c52e437f50
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

2
dist/index.js vendored
View File

@ -14,7 +14,7 @@ export class SwarmClient extends Client {
this._autoReconnect = autoReconnect; this._autoReconnect = autoReconnect;
this._connectBackoff = new Backoff({ this._connectBackoff = new Backoff({
strategy: "fibo", strategy: "fibo",
maxAttempts: 0, maxAttempts: Number.MAX_SAFE_INTEGER,
}); });
} }
get swarm() { get swarm() {