Skip to content

Commit

Permalink
revert max key length
Browse files Browse the repository at this point in the history
  • Loading branch information
AarshShah33 committed Sep 26, 2024
1 parent 2bf4007 commit c9f42f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/kvstore/table/table.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
)

const (
MaxKeyLength = 2048
MaxKeyLength = 256
MetadataLength = 29
)

Expand Down

0 comments on commit c9f42f7

Please sign in to comment.