Skip to content

Commit 2efb783

Browse files
committed
Increase max amount of epochs to retain states to 64
1 parent be538b3 commit 2efb783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fork_choice_store/src/store_config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use derivative::Derivative;
44
use types::config::Config as ChainConfig;
55

66
pub const DEFAULT_CACHE_LOCK_TIMEOUT_MILLIS: u64 = 1500;
7-
pub const MAX_EPOCHS_TO_RETAIN_STATES_IN_CACHE: u64 = 8;
7+
pub const MAX_EPOCHS_TO_RETAIN_STATES_IN_CACHE: u64 = 64;
88

99
#[derive(Clone, Copy, Derivative)]
1010
#[derivative(Default)]

0 commit comments

Comments
 (0)