You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are issues while syncing related to rate limiting of blobs sidecars. It is related to #6767
We rate limit "in advance" on wantToReceiveBlobsSidecars so we do not consider if there are empty blobs sidecar in the batch. To be evaluated, the PR in spec says "MAY".
Related to the first point. we may want to consider applying the rate limit only from the responses we get from the peer rather than in advance.
Revisit the different RateTrackers for blocks and blobs. Do we want one or multiple, change the number of accepted requests, etc.
The text was updated successfully, but these errors were encountered:
There are issues while syncing related to rate limiting of blobs sidecars. It is related to #6767
wantToReceiveBlobsSidecars
so we do not consider if there are empty blobs sidecar in the batch. To be evaluated, the PR in spec says "MAY".RateTrackers
for blocks and blobs. Do we want one or multiple, change the number of accepted requests, etc.The text was updated successfully, but these errors were encountered: