Skip to content

Commit

Permalink
fix: update bad merge conflict resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewkeil committed Aug 23, 2023
1 parent f79c5b8 commit d38c7a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/beacon-node/src/network/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const defaultNetworkOptions: NetworkOptions = {
useWorker: true,
// default set via research in https://github.com/ChainSafe/lodestar/issues/2115
maxYoungGenerationSizeMb: 152,
// subscribe to 2 subnets per node
// subscribe to 2 subnets per node since v1.10
deterministicLongLivedAttnets: true,
// subscribe 2 slots before aggregator dutied slot to get stable mesh peers as monitored on goerli
slotsToSubscribeBeforeAggregatorDuty: 2,
Expand Down

0 comments on commit d38c7a5

Please sign in to comment.