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 56c670c commit 28f058aCopy full SHA for 28f058a
linera-core/src/value_cache.rs
@@ -17,7 +17,7 @@ use lru::LruCache;
17
use {linera_base::prometheus_util::register_int_counter_vec, prometheus::IntCounterVec};
18
19
/// The default cache size.
20
-pub const DEFAULT_VALUE_CACHE_SIZE: usize = 1000;
+pub const DEFAULT_VALUE_CACHE_SIZE: usize = 10_000;
21
22
/// A counter metric for the number of cache hits in the [`ValueCache`].
23
#[cfg(with_metrics)]
0 commit comments