diff --git a/cmd/beacon-chain/flags/base.go b/cmd/beacon-chain/flags/base.go index a62c7ff446..503dd845f0 100644 --- a/cmd/beacon-chain/flags/base.go +++ b/cmd/beacon-chain/flags/base.go @@ -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: 16, + Value: 64, } // BlobBatchLimitBurstFactor specifies the factor by which blob batch size may increase. BlobBatchLimitBurstFactor = &cli.IntFlag{