We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6af6ad2 commit 296ba0eCopy full SHA for 296ba0e
packages/beacon-node/src/chain/options.ts
@@ -111,7 +111,7 @@ export const defaultChainOptions: IChainOptions = {
111
// batching too much may block the I/O thread so if useWorker=false, suggest this value to be 32
112
// since this batch attestation work is designed to work with useWorker=true, make this the lowest value
113
minSameMessageSignatureSetsToBatch: 2,
114
- nHistoricalStates: false,
+ nHistoricalStates: true,
115
nHistoricalStatesFileDataStore: false,
116
maxBlockStates: DEFAULT_MAX_BLOCK_STATES,
117
maxCPStateEpochsInMemory: DEFAULT_MAX_CP_STATE_EPOCHS_IN_MEMORY,
0 commit comments