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 \