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 9a66e0b commit f79c5b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/beacon-node/src/network/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ export const defaultNetworkOptions: NetworkOptions = {
/** disabled by default */
discv5: null,
rateLimitMultiplier: 1,
// TODO set to false in order to release 1.9.0 in a timely manner
useWorker: false,
useWorker: true,
// default set via research in https://github.com/ChainSafe/lodestar/issues/2115
maxYoungGenerationSizeMb: 152,
// subscribe to 2 subnets per node
Expand Down

0 comments on commit f79c5b8

Please sign in to comment.