Skip to content

Commit

Permalink
chore: change amount of used peers to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
weboko committed Aug 23, 2024
1 parent 8f56d90 commit 1916feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/src/protocols/base_protocol.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ interface Options {
}

const RENEW_TIME_LOCK_DURATION = 30 * 1000;
const DEFAULT_NUM_PEERS_TO_USE = 3;
const DEFAULT_NUM_PEERS_TO_USE = 2;
const DEFAULT_MAINTAIN_PEERS_INTERVAL = 30_000;

export class BaseProtocolSDK implements IBaseProtocolSDK {
Expand Down

0 comments on commit 1916feb

Please sign in to comment.