Recommend --no-port-check to improve validator restart time
This commit is contained in:
parent
536becbfab
commit
31d2f445a2
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue