From 224b1367378835bd924b1208c9e1a538377311a0 Mon Sep 17 00:00:00 2001 From: Preston Van Loon Date: Tue, 30 Jan 2024 00:10:12 -0600 Subject: [PATCH] Revert "set limit to multiple of burst for goerli" (#13552) Co-authored-by: Nishant Das --- 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 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{