From 59b310a2216c57fcf67ea0fdec739dad07aeec8b Mon Sep 17 00:00:00 2001 From: Nishant Das Date: Fri, 26 Jan 2024 13:35:27 +0800 Subject: [PATCH] make it the same (#13531) --- cmd/beacon-chain/flags/base.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/beacon-chain/flags/base.go b/cmd/beacon-chain/flags/base.go index fcfb549a5cec..503dd845f04b 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: 8, + Value: 64, } // BlobBatchLimitBurstFactor specifies the factor by which blob batch size may increase. BlobBatchLimitBurstFactor = &cli.IntFlag{