mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-03 00:27:38 +00:00
Revert "set limit to multiple of burst for goerli" (#13552)
Co-authored-by: Nishant Das <nishdas93@gmail.com>
This commit is contained in:
parent
3ed4866eec
commit
224b136737
@ -171,7 +171,7 @@ var (
|
|||||||
BlobBatchLimit = &cli.IntFlag{
|
BlobBatchLimit = &cli.IntFlag{
|
||||||
Name: "blob-batch-limit",
|
Name: "blob-batch-limit",
|
||||||
Usage: "The amount of blobs the local peer is bounded to request and respond to in a batch.",
|
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 specifies the factor by which blob batch size may increase.
|
||||||
BlobBatchLimitBurstFactor = &cli.IntFlag{
|
BlobBatchLimitBurstFactor = &cli.IntFlag{
|
||||||
|
Loading…
Reference in New Issue
Block a user