Skip to content

Commit 0c8c961

Browse files
committed
update max key length to 2048 Bytes
1 parent 6ca0e20 commit 0c8c961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/kvstore/table/table.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import (
2828
)
2929

3030
const (
31-
MaxKeyLength = 256
31+
MaxKeyLength = 2048
3232
MetadataLength = 29
3333
)
3434

0 commit comments

Comments
 (0)