kitsonk/kv-toolbox

There is an arbitrary limitation of 10 mutations in a transaction

valpackett opened this issue · 2 comments

Due to denoland/deno#19284 this module currently has a "640 KB should be enough for everybody" situation…

A larger blob fails on this commit:

await operation.commit();

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

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