mycognosist / solar

A minimal Secure Scuttlebutt replication node.
Other
22 stars 2 forks source link

Introduce pagination for `feed` JSON-RPC method #97

Open mycognosist opened 7 months ago

mycognosist commented 7 months ago

Turns out my feed is too big for JSON-RPC; the server implementation I'm using (https://docs.rs/jsonrpsee/0.22.0/jsonrpsee/index.html) defaults to a response body limit of 10 MB.

Pagination will need to be introduced to avoid this error. It'll also be a nice addition for client builders.

Error: JSON-RPC request failed with code -32008: Response is too big

Caused by:
    JSON-RPC request failed with code -32008: Response is too big