set quota for blobs by root

This commit is contained in:
sean 2022-11-25 14:30:51 +00:00
parent a61f35272c
commit f88caa7afc

View File

@ -127,6 +127,7 @@ impl<Id: ReqId, TSpec: EthSpec> RPC<Id, TSpec> {
Duration::from_secs(10),
)
.n_every(Protocol::BlocksByRoot, 128, Duration::from_secs(10))
.n_every(Protocol::BlobsByRoot, 128, Duration::from_secs(10))
.n_every(
Protocol::BlobsByRange,
MAX_REQUEST_BLOBS_SIDECARS,