Merge remote-tracking branch 'origin/stable' into release-v7.1.0

This commit is contained in:
Michael Sproul
2025-07-09 11:19:16 +10:00
5 changed files with 66 additions and 4 deletions

View File

@@ -1829,7 +1829,7 @@ fn block_cache_size_flag() {
fn state_cache_size_default() {
CommandLineTest::new()
.run_with_zero_port()
.with_config(|config| assert_eq!(config.store.state_cache_size, new_non_zero_usize(32)));
.with_config(|config| assert_eq!(config.store.state_cache_size, new_non_zero_usize(128)));
}
#[test]
fn state_cache_size_flag() {