removed state-cache-size flag from beacon_node/src (#1120)

* removed state-cache-size flag from beacon_node/src
* removed state-cache-size related lines from store/src/config.rs
This commit is contained in:
Thor Kamphefner
2020-05-14 14:34:24 +02:00
committed by GitHub
parent 637ba8120b
commit 01f42a4d17
3 changed files with 1 additions and 17 deletions

View File

@@ -229,13 +229,7 @@ pub fn cli_app<'a, 'b>() -> App<'a, 'b> {
.help("Specifies how many blocks the database should cache in memory [default: 5]")
.takes_value(true)
)
.arg(
Arg::with_name("state-cache-size")
.long("state-cache-size")
.value_name("SIZE")
.help("Specifies how many states the database should cache in memory [default: 5]")
.takes_value(true)
)
/*
* Purge.
*/