Recommend --no-port-check to improve validator restart time (#13667)

(cherry picked from commit 31d2f445a2)

Co-authored-by: Michael Vines <mvines@gmail.com>
This commit is contained in:
mergify[bot]
2020-11-18 17:32:47 +00:00
committed by GitHub
parent f855f4d1c0
commit 80f2c485ba

View File

@ -361,3 +361,8 @@ EOF
sudo cp logrotate.sol /etc/logrotate.d/sol
systemctl restart logrotate.service
```
### Disable port checks to speed up restarts
Once your validator is operating normally, you can reduce the time it takes to
restart your validator by adding the `--no-port-check` flag to your
`solana-validator` command-line.