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:
parent
73c31d873e
commit
e966c96644
|
@ -262,6 +262,7 @@ EOF
|
|||
args+=(
|
||||
--blockstream /tmp/solana-blockstream.sock
|
||||
--no-voting
|
||||
--dev-no-sigverify
|
||||
)
|
||||
else
|
||||
args+=(--enable-rpc-exit)
|
||||
|
|
Loading…
Reference in New Issue