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 457246d commit 7a64a1cCopy full SHA for 7a64a1c
fork_choice_store/src/store_config.rs
@@ -10,7 +10,7 @@ pub const DEFAULT_CACHE_LOCK_TIMEOUT_MILLIS: u64 = 1500;
10
pub struct StoreConfig {
11
#[derivative(Default(value = "32"))]
12
pub max_empty_slots: u64,
13
- #[derivative(Default(value = "64"))]
+ #[derivative(Default(value = "8"))]
14
pub max_epochs_to_retain_states_in_cache: u64,
15
#[derivative(Default(value = "Duration::from_millis(DEFAULT_CACHE_LOCK_TIMEOUT_MILLIS)"))]
16
pub state_cache_lock_timeout: Duration,
0 commit comments