kvdbd
kvdbd copied to clipboard
Uploading Large values
Large values are likely to present at least two problems:
- actix may not buffer more than a chunk, during uploads.
- ~~Payload buffered entirely in memory.~~
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.