Add option to disable rocks compaction (#9011)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user