Add fullnode --no-leader-rotation flag

This commit is contained in:
Michael Vines
2018-12-06 09:08:30 -08:00
parent b45d07c8cb
commit cc2f448d92
3 changed files with 8 additions and 1 deletions

View File

@ -33,6 +33,7 @@ tune_networking
trap 'kill "$pid" && wait "$pid"' INT TERM
$program \
--no-leader-rotation \
--identity "$SOLANA_CONFIG_DIR"/leader.json \
--ledger "$SOLANA_CONFIG_DIR"/ledger \
--rpc 8899 \

View File

@ -173,6 +173,7 @@ $rsync -vPr "$rsync_leader_url"/config/ "$SOLANA_LEADER_CONFIG_DIR"
trap 'kill "$pid" && wait "$pid"' INT TERM
$program \
--no-leader-rotation \
--identity "$validator_json_path" \
--network "$leader_address" \
--ledger "$SOLANA_LEADER_CONFIG_DIR"/ledger \