Add config file support for high spec flag (#4438)

Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
Co-authored-by: Fabio Di Fabio <fabio.difabio@consensys.net>
This commit is contained in:
ahamlat
2022-09-26 14:05:27 +02:00
committed by GitHub
parent 1fbf70317a
commit d6e1400937
2 changed files with 2 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
### Bug Fixes
- Remove records that track transactions by sender when they are empty to same memory in the transaction pool [#4415](https://github.com/hyperledger/besu/pull/4415)
- Add Toml configuration file support for _--Xplugin-rocksdb-high-spec-enabled_ flag
## 22.7.3
### Additions and Improvements

View File

@@ -70,8 +70,7 @@ public class RocksDBCLIOptions {
hidden = true,
paramLabel = "<BOOLEAN>",
description =
"Use this flag to boost Besu performance if you have a 16 GiB RAM hardware or more (default: ${DEFAULT-VALUE})",
arity = "0")
"Use this flag to boost Besu performance if you have a 16 GiB RAM hardware or more (default: ${DEFAULT-VALUE})")
boolean isHighSpec;
private RocksDBCLIOptions() {}