Skip to content

Commit

Permalink
Merge 1e6ab43 into 487aef9
Browse files Browse the repository at this point in the history
  • Loading branch information
twoeths authored Jul 31, 2023
2 parents 487aef9 + 1e6ab43 commit 0cbb775
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/beacon-node/src/network/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ export const defaultNetworkOptions: NetworkOptions = {
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
deterministicLongLivedAttnets: true,
// subscribe 2 slots before aggregator dutied slot to get stable mesh peers as monitored on goerli
slotsToSubscribeBeforeAggregatorDuty: 2,
};

0 comments on commit 0cbb775

Please sign in to comment.