You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im getting a "Maximum number of keys is 128" error doing a list operation on the DurableObject's storage.
But I couldn't find any reference to this limit in cloudflare's documentation.
RangeError: Maximum number of keys is 128.
at get (file:///.../node_modules/@miniflare/durable-objects/src/storage.ts:110:13)
at list (file:///.../node_modules/@miniflare/durable-objects/src/storage.ts:144:10)
at ReadWriteMutex.runWithRead (file:///.../node_modules/@miniflare/durable-objects/src/rwmutex.ts:49:48)
at InputGate.runWithClosed (file:///.../node_modules/@miniflare/shared/src/sync/gate.ts:102:14)
The text was updated successfully, but these errors were encountered:
vzaramel
changed the title
[v2] Getting Maximum number of keys is 128 on DO storage list API.
[v2] Getting "Maximum number of keys is 128" on DO storage list API.
Nov 29, 2021
Im getting a "Maximum number of keys is 128" error doing a list operation on the DurableObject's storage.
But I couldn't find any reference to this limit in cloudflare's documentation.
The text was updated successfully, but these errors were encountered: