Compare commits

...

1 Commits

Author SHA1 Message Date
Kasey Kirkham
92194a3cb5 Revert "set limit to multiple of burst for goerli (#13544)"
This reverts commit 373c853d17.
2024-01-29 10:17:19 -06:00

View File

@@ -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{