denoland / denokv

A self-hosted backend for Deno KV
https://deno.com/kv
MIT License
500 stars 24 forks source link

TypeError: too many ranges (max 10) #60

Open ewiggin opened 10 months ago

ewiggin commented 10 months ago

Hi, my project on Deno deploy throws the next error. I can't found anything about this on documentation. getMany operation hast limitation to 10 items?

TypeError: too many ranges (max 10)
    at Kv.getMany (ext:deno_kv/01_db.ts:58:31)
deno --version
deno 1.39.0 (release, aarch64-apple-darwin)
v8 12.0.267.8
typescript 5.3.3

Edit

Confirmed, getMany has limitation for 10 items.