rpc: use minimal mode by default

This commit is contained in:
Trent Nelson
2022-01-28 19:00:18 -07:00
committed by Trent Nelson
parent fb0e71946f
commit eac4a6df68
17 changed files with 107 additions and 40 deletions

View File

@ -129,6 +129,7 @@ args+=(
--no-poh-speed-test
--no-os-network-limits-test
--no-wait-for-vote-to-start-leader
--full-rpc-api
)
default_arg --gossip-port 8001
default_arg --log -

View File

@ -248,6 +248,7 @@ default_arg --identity "$identity"
default_arg --vote-account "$vote_account"
default_arg --ledger "$ledger_dir"
default_arg --log -
default_arg --full-rpc-api
if [[ $maybeRequireTower = true ]]; then
default_arg --require-tower