kitsonk / kv-toolbox

Utilities for working with Deno KV 🦕🗝️
https://kview.deno.dev/kv-toolbox
MIT License
66 stars 5 forks source link

There is an arbitrary limitation of 10 mutations in a transaction #2

Closed valpackett closed 1 year ago

valpackett commented 1 year ago

Due to https://github.com/denoland/deno/issues/19284 this module currently has a "640 KB should be enough for everybody" situation…

A larger blob fails on this commit:

https://github.com/kitsonk/kv-toolbox/blob/ad4d925a64142bff487a98780536592815e32168/blob.ts#L232

kitsonk commented 1 year ago

OK, I was unaware of the limitation. Will batch the commits then.

kitsonk commented 1 year ago

The feature to work around this limitation is available in version 0.0.3.