mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 21:38:05 -05:00
fix: add blob batch flags to main/usage (#12614)
This commit is contained in:
committed by
Preston Van Loon
parent
a41c01cb5e
commit
a40640c9b9
@@ -165,7 +165,7 @@ var (
|
||||
Usage: "The factor by which block batch limit may increase on burst.",
|
||||
Value: 2,
|
||||
}
|
||||
// BlockBatchLimit specifies the requested block batch size.
|
||||
// BlobBatchLimit specifies the requested blob batch size.
|
||||
BlobBatchLimit = &cli.IntFlag{
|
||||
Name: "blob-batch-limit",
|
||||
Usage: "The amount of blobs the local peer is bounded to request and respond to in a batch.",
|
||||
|
||||
@@ -53,6 +53,8 @@ var appFlags = []cli.Flag{
|
||||
flags.SetGCPercent,
|
||||
flags.BlockBatchLimit,
|
||||
flags.BlockBatchLimitBurstFactor,
|
||||
flags.BlobBatchLimit,
|
||||
flags.BlobBatchLimitBurstFactor,
|
||||
flags.InteropMockEth1DataVotesFlag,
|
||||
flags.InteropNumValidatorsFlag,
|
||||
flags.InteropGenesisTimeFlag,
|
||||
|
||||
@@ -112,6 +112,8 @@ var appHelpFlagGroups = []flagGroup{
|
||||
flags.SlotsPerArchivedPoint,
|
||||
flags.BlockBatchLimit,
|
||||
flags.BlockBatchLimitBurstFactor,
|
||||
flags.BlobBatchLimit,
|
||||
flags.BlobBatchLimitBurstFactor,
|
||||
flags.EnableDebugRPCEndpoints,
|
||||
flags.SubscribeToAllSubnets,
|
||||
flags.HistoricalSlasherNode,
|
||||
|
||||
Reference in New Issue
Block a user