diff --git a/cmd/beacon-chain/flags/base.go b/cmd/beacon-chain/flags/base.go index fcfb549a5cec..77f92b0d3032 100644 --- a/cmd/beacon-chain/flags/base.go +++ b/cmd/beacon-chain/flags/base.go @@ -158,7 +158,7 @@ var ( // BlockBatchLimit specifies the requested block batch size. BlockBatchLimit = &cli.IntFlag{ Name: "block-batch-limit", - Usage: "The amount of blocks the local peer is bounded to request and respond to in a batch.", + Usage: "The amount of blocks the local peer is bounded to request and respond to in a batch. Maximum 128", Value: 64, } // BlockBatchLimitBurstFactor specifies the factor by which block batch size may increase.