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
Deneb introduces delayed-lookup logic, where we listen on gossip for a set period of time before triggering an RPC request. We're observing quite frequently that blocks/blobs arrive on gossip eventually and our RPC requests only serve to waste download. I think it'd be very beneficial to cancel in-flight RPC requests.
Description
Deneb introduces delayed-lookup logic, where we listen on gossip for a set period of time before triggering an RPC request. We're observing quite frequently that blocks/blobs arrive on gossip eventually and our RPC requests only serve to waste download. I think it'd be very beneficial to cancel in-flight RPC requests.
from @AgeManning
The text was updated successfully, but these errors were encountered: