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
Unpacked chunks shared an "ingress" cache, which is a two-tier (data_root and chunk) block-height based tagged LRU (data expires based on height the corresponding data root was last seen in a Tx, with some leeway for chunk gossip caching)
PD chunks use a distinct single tier (chunks only) data cache, with logic that performs expiry based on the mempool state (if the corresponding consumer txs have been processed & no new consumer Txs have been added)
Tracking issue
The text was updated successfully, but these errors were encountered: