mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-15 10:52:43 +00:00
Remove snapshot cache related code (#5661)
* Remove snapshot cache and other references. * Fix default state cache size in docs * Remove cache miss comment entirely * Add state cache CLI tests
This commit is contained in:
@@ -624,7 +624,7 @@ pub fn cli_app<'a, 'b>() -> App<'a, 'b> {
|
||||
Arg::with_name("state-cache-size")
|
||||
.long("state-cache-size")
|
||||
.value_name("STATE_CACHE_SIZE")
|
||||
.help("Specifies the size of the snapshot cache [default: 3]")
|
||||
.help("Specifies the size of the state cache [default: 128]")
|
||||
.takes_value(true)
|
||||
)
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user