smol-dot / smoldot

Lightweight client for Substrate-based chains, such as Polkadot and Kusama.
GNU General Public License v3.0
179 stars 47 forks source link

JSON-RPC: cap the total size of all the pending requests of each client #85

Open tomaka opened 1 year ago

tomaka commented 1 year ago

https://github.com/paritytech/smoldot/issues/1834

tomaka commented 1 year ago

As mentioned in https://github.com/smol-dot/smoldot/pull/1115, back-pressure should be applied when the size of queued requests is exceeded.