Add option to disable rocks compaction (#9011)

This commit is contained in:
sakridge
2020-03-23 08:42:32 -07:00
committed by GitHub
parent 87096f13d2
commit 4d2b83d01f
5 changed files with 32 additions and 7 deletions

View File

@ -37,6 +37,9 @@ while [[ -n $1 ]]; do
args+=("$1" "$2")
shift 2
elif [[ $1 = --limit-ledger-size ]]; then
args+=("$1" "$2")
shift 2
elif [[ $1 = --no-rocksdb-compaction ]]; then
args+=("$1")
shift
elif [[ $1 = --enable-rpc-get-confirmed-block ]]; then