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
gossipsub: gossipsub now caps the memory a single remote peer may occupy in the topics map via maxTopicBytesPerPeer (default 1 MiB, ~1000 topics per peer). Subscriptions beyond a peer's budget are ignored; raise the option to restore the previous unbounded behaviour.
Bug Fixes
gossipsub: bound subscribed topic bytes per peer (#3593) (d553417)