diff options
author | Heyang Zhou <zhy20000919@hotmail.com> | 2023-03-25 15:29:36 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-25 15:29:36 +0800 |
commit | 27834dfc109dd3eaa67d68d3b88155a375e1624a (patch) | |
tree | d8decf7c00dcd53989a66f7f31e7c346ccf087bd /cli/tsc | |
parent | 1c6b7973838df4526adaca6217458437a74e7530 (diff) |
chore(ext/kv): add limits (#18415)
Diffstat (limited to 'cli/tsc')
-rw-r--r-- | cli/tsc/dts/lib.deno.unstable.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tsc/dts/lib.deno.unstable.d.ts b/cli/tsc/dts/lib.deno.unstable.d.ts index b042ceabe..32f7aad5e 100644 --- a/cli/tsc/dts/lib.deno.unstable.d.ts +++ b/cli/tsc/dts/lib.deno.unstable.d.ts @@ -1862,7 +1862,7 @@ declare namespace Deno { * matches an expected versionstamp. * * Keys have a maximum length of 2048 bytes after serialization. Values have a - * maximum length of 16 KiB after serialization. Serialization of both keys + * maximum length of 64 KiB after serialization. Serialization of both keys * and values is somewhat opaque, but one can usually assume that the * serialization of any value is about the same length as the resulting string * of a JSON serialization of that same value. |