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:
Jimmy Chen
2024-05-01 02:08:13 +10:00
committed by GitHub
parent d0602c3207
commit 63fad7e330
6 changed files with 16 additions and 537 deletions

View File

@@ -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)
)
/*