Disable sigverify on blockstreamer node

This node get overloaded at high TPS trying to manage both a validator
and the blockexplorer.  Reduce it's workload by turning off sigverify,
which doesn't really matter since this node doesn't even vote
This commit is contained in:
Michael Vines 2019-10-25 21:30:56 -07:00
parent 73c31d873e
commit e966c96644
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 1 additions and 0 deletions

View File

@ -262,6 +262,7 @@ EOF
args+=(
--blockstream /tmp/solana-blockstream.sock
--no-voting
--dev-no-sigverify
)
else
args+=(--enable-rpc-exit)