*Update dist
This commit is contained in:
parent
6f30bb7faa
commit
c52e437f50
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue