Update default --dynamic-port-range values to include some room for additional ports that may be added in the future

This commit is contained in:
Michael Vines
2022-01-05 16:19:39 -08:00
parent 005ca7759e
commit 37ebd9bd9e
2 changed files with 5 additions and 5 deletions

View File

@@ -321,8 +321,8 @@ If your validator is connected, its public key and IP address will appear in the
By default the validator will dynamically select available network ports in the
8000-10000 range, and may be overridden with `--dynamic-port-range`. For
example, `solana-validator --dynamic-port-range 11000-11010 ...` will restrict
the validator to ports 11000-11010.
example, `solana-validator --dynamic-port-range 11000-11020 ...` will restrict
the validator to ports 11000-11020.
### Limiting ledger size to conserve disk space