Enable --limit-ledger-size on testnets (#5927)

automerge
This commit is contained in:
Michael Vines
2019-09-17 10:05:41 -07:00
committed by Grimes
parent e26f68fe62
commit de1636c792
7 changed files with 48 additions and 53 deletions

View File

@ -92,6 +92,9 @@ while [[ -n $1 ]]; do
gossip_entrypoint=$2
args+=("$1" "$2")
shift 2
elif [[ $1 = --limit-ledger-size ]]; then
args+=("$1")
shift
elif [[ $1 = --no-snapshot-fetch ]]; then
args+=("$1")
shift