kvdbd icon indicating copy to clipboard operation
kvdbd copied to clipboard

Uploading Large values

Open jgarzik opened this issue 6 years ago • 1 comments

Large values are likely to present at least two problems:

  1. actix may not buffer more than a chunk, during uploads.
  2. ~~Payload buffered entirely in memory.~~

jgarzik avatar Sep 25 '19 02:09 jgarzik

For the moment, users must assume the risk and model where an entire payload for a single http transaction must fit in memory. Adding strikethrough, above.

jgarzik avatar Sep 27 '19 18:09 jgarzik