Skip to content

Commit

Permalink
add BlockBatchLimit comment: Maximum 128 (#13502)
Browse files Browse the repository at this point in the history
Co-authored-by: james-prysm <90280386+james-prysm@users.noreply.github.com>
  • Loading branch information
tmors and james-prysm authored Feb 15, 2024
1 parent 2d0fe20 commit 05b2795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/beacon-chain/flags/base.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,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.
Expand Down

0 comments on commit 05b2795

Please sign in to comment.