We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ca0e20 commit 0c8c961Copy full SHA for 0c8c961
internal/kvstore/table/table.go
@@ -28,7 +28,7 @@ import (
28
)
29
30
const (
31
- MaxKeyLength = 256
+ MaxKeyLength = 2048
32
MetadataLength = 29
33
34
0 commit comments