Skip to content

Commit 296ba0e

Browse files
committed
feat: enable nHistoricalStates by default
1 parent 6af6ad2 commit 296ba0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/beacon-node/src/chain/options.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export const defaultChainOptions: IChainOptions = {
111111
// batching too much may block the I/O thread so if useWorker=false, suggest this value to be 32
112112
// since this batch attestation work is designed to work with useWorker=true, make this the lowest value
113113
minSameMessageSignatureSetsToBatch: 2,
114-
nHistoricalStates: false,
114+
nHistoricalStates: true,
115115
nHistoricalStatesFileDataStore: false,
116116
maxBlockStates: DEFAULT_MAX_BLOCK_STATES,
117117
maxCPStateEpochsInMemory: DEFAULT_MAX_CP_STATE_EPOCHS_IN_MEMORY,

0 commit comments

Comments
 (0)