mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-22 07:18:25 +00:00
Merge remote-tracking branch 'origin/stable' into release-v7.1.0
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user