make it the same (#13531)

This commit is contained in:
Nishant Das
2024-01-26 13:35:27 +08:00
committed by GitHub
parent 22b6d1751d
commit 59b310a221

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: 8,
Value: 64,
}
// BlobBatchLimitBurstFactor specifies the factor by which blob batch size may increase.
BlobBatchLimitBurstFactor = &cli.IntFlag{