Fixes for Blocktree space amplification and slot deletion (#5266)

* Fixes for Blocktree space amplification and slot deletion
This commit is contained in:
Sagar Dhawan
2019-07-24 17:28:08 -07:00
committed by GitHub
parent 3bd35dd7cc
commit 535df0026d
5 changed files with 292 additions and 80 deletions

View File

@ -259,6 +259,9 @@ while [[ -n $1 ]]; do
elif [[ $1 = --no-sigverify ]]; then
args+=("$1")
shift
elif [[ $1 = --limit-ledger-size ]]; then
args+=("$1")
shift
elif [[ $1 = --rpc-port ]]; then
args+=("$1" "$2")
shift 2