Skip to content

Commit

Permalink
fix: reset gossipsubDHigh param to 12 (#5865)
Browse files Browse the repository at this point in the history
fix: reset gossip-hi param to 12
  • Loading branch information
wemeetagain authored Aug 9, 2023
1 parent 6d183c9 commit a0adf69
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/beacon-node/src/network/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ export const defaultNetworkOptions: NetworkOptions = {
/** disabled by default */
discv5: null,
rateLimitMultiplier: 1,
// TODO: this value is 12 per spec, however lodestar has performance issue if there are too many mesh peers
// see https://github.com/ChainSafe/lodestar/issues/5420
gossipsubDHigh: 9,
// TODO set to false in order to release 1.9.0 in a timely manner
useWorker: false,
// subscribe to 2 subnets per node
Expand Down

0 comments on commit a0adf69

Please sign in to comment.