From 27834dfc109dd3eaa67d68d3b88155a375e1624a Mon Sep 17 00:00:00 2001 From: Heyang Zhou Date: Sat, 25 Mar 2023 15:29:36 +0800 Subject: chore(ext/kv): add limits (#18415) --- cli/tsc/dts/lib.deno.unstable.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tsc') 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. -- cgit v1.2.3