Skip to content

Commit

Permalink
make it the same (#13531)
Browse files Browse the repository at this point in the history
  • Loading branch information
nisdas committed Jan 26, 2024
1 parent 22b6d17 commit 59b310a
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: 8,
Value: 64,
}
// BlobBatchLimitBurstFactor specifies the factor by which blob batch size may increase.
BlobBatchLimitBurstFactor = &cli.IntFlag{
Expand Down

0 comments on commit 59b310a

Please sign in to comment.