remove rsync size limit for validator's ledger

This commit is contained in:
Rob Walker 2018-08-03 23:15:52 -07:00 committed by Grimes
parent 906d18a709
commit dc9a11bae0
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ tune_networking
rm -rf "$SOLANA_LEADER_CONFIG_DIR"
set -ex
$rsync -vPrz --max-size=100M "$rsync_leader_url"/config/ "$SOLANA_LEADER_CONFIG_DIR"
$rsync -vPrz "$rsync_leader_url"/config/ "$SOLANA_LEADER_CONFIG_DIR"
[[ -r $SOLANA_LEADER_CONFIG_DIR/ledger.log ]] || {
echo "Unable to retrieve ledger.log from $rsync_leader_url"
exit 1