rocicorp / repc

The canonical Replicache client, implemented in Rust.
Other
30 stars 7 forks source link

customer should be able to configure max request body size for push #350

Open phritz opened 3 years ago

phritz commented 3 years ago

It's easy to exceed eg a 1MB request body in push if there are lots of mutations (eg, mouse movements) and the server is slow or unresponsive for a while. Push should pack its request with mutations in mid order up to the target size.