Set New Blob Limits For Electra (#14883)

* Set New Blob Limits For Electra

* Add Changelog

* Bump up blob limit
This commit is contained in:
Nishant Das
2025-02-07 00:53:39 +08:00
committed by GitHub
parent f6e5da6723
commit 3439122629
6 changed files with 17 additions and 9 deletions

View File

@@ -196,13 +196,13 @@ 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: 192,
}
// BlobBatchLimitBurstFactor specifies the factor by which blob batch size may increase.
BlobBatchLimitBurstFactor = &cli.IntFlag{
Name: "blob-batch-limit-burst-factor",
Usage: "The factor by which blob batch limit may increase on burst.",
Value: 2,
Value: 3,
}
// DisableDebugRPCEndpoints disables the debug Beacon API namespace.
DisableDebugRPCEndpoints = &cli.BoolFlag{