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 be538b3 commit 2efb783Copy full SHA for 2efb783
fork_choice_store/src/store_config.rs
@@ -4,7 +4,7 @@ use derivative::Derivative;
4
use types::config::Config as ChainConfig;
5
6
pub const DEFAULT_CACHE_LOCK_TIMEOUT_MILLIS: u64 = 1500;
7
-pub const MAX_EPOCHS_TO_RETAIN_STATES_IN_CACHE: u64 = 8;
+pub const MAX_EPOCHS_TO_RETAIN_STATES_IN_CACHE: u64 = 64;
8
9
#[derive(Clone, Copy, Derivative)]
10
#[derivative(Default)]
0 commit comments