Skip to content

Commit 4c162f9

Browse files
committed
Increase value cache size
1 parent f4ff441 commit 4c162f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linera-core/src/value_cache.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ use lru::LruCache;
1717
use {linera_base::prometheus_util::register_int_counter_vec, prometheus::IntCounterVec};
1818

1919
/// The default cache size.
20-
pub const DEFAULT_VALUE_CACHE_SIZE: usize = 1000;
20+
pub const DEFAULT_VALUE_CACHE_SIZE: usize = 10_000;
2121

2222
/// A counter metric for the number of cache hits in the [`ValueCache`].
2323
#[cfg(with_metrics)]

0 commit comments

Comments
 (0)