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:
@ -262,6 +262,7 @@ EOF
|
|||||||
args+=(
|
args+=(
|
||||||
--blockstream /tmp/solana-blockstream.sock
|
--blockstream /tmp/solana-blockstream.sock
|
||||||
--no-voting
|
--no-voting
|
||||||
|
--dev-no-sigverify
|
||||||
)
|
)
|
||||||
else
|
else
|
||||||
args+=(--enable-rpc-exit)
|
args+=(--enable-rpc-exit)
|
||||||
|
Reference in New Issue
Block a user