We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 842c9bf commit 267953eCopy full SHA for 267953e
crates/edr_provider/src/data.rs
@@ -75,7 +75,7 @@ use crate::{
75
};
76
77
const DEFAULT_INITIAL_BASE_FEE_PER_GAS: u64 = 1_000_000_000;
78
-const MAX_CACHED_STATES: usize = 2048;
+const MAX_CACHED_STATES: usize = 64;
79
80
/// The result of executing an `eth_call`.
81
#[derive(Clone)]
0 commit comments