diff options
author | Heyang Zhou <zhy20000919@hotmail.com> | 2023-09-07 15:07:04 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-07 15:07:04 +0800 |
commit | 01a761f1d4f7ff4943fbf80464a276b434d8a8f7 (patch) | |
tree | 6dc4a065f46a2bbaa91ecac9b265ef9910d22a35 /ext/http/01_http.js | |
parent | 2cbd1b40cb4392b6a4f6b2e7315e610f488d66b7 (diff) |
chore(ext/kv): limit total key size in an atomic op to 80 KiB (#20395)
Keys are expensive metadata. We track it for various purposes, e.g.
transaction conflict check, and key expiration.
This patch limits the total key size in an atomic operation to 80 KiB
(81920 bytes). This helps ensure efficiency in implementations.
Diffstat (limited to 'ext/http/01_http.js')
0 files changed, 0 insertions, 0 deletions