Recommend --no-port-check to improve validator restart time

This commit is contained in:
Michael Vines 2020-11-18 09:13:41 -08:00
parent 536becbfab
commit 31d2f445a2
1 changed files with 5 additions and 0 deletions

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.