Skip to content

Commit

Permalink
set limit to multiple of burst for goerli (#13544)
Browse files Browse the repository at this point in the history
Co-authored-by: Kasey Kirkham <[email protected]>
  • Loading branch information
kasey and kasey authored Jan 27, 2024
1 parent 23b0718 commit 373c853
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 @@ -171,7 +171,7 @@ var (
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.",
Value: 64,
Value: 16,
}
// BlobBatchLimitBurstFactor specifies the factor by which blob batch size may increase.
BlobBatchLimitBurstFactor = &cli.IntFlag{
Expand Down

0 comments on commit 373c853

Please sign in to comment.