Skip to content

Commit

Permalink
feat! decrease namespace ID from 32 to 28 bytes (#1011)
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp authored May 17, 2023
1 parent 1b24b48 commit cfde36a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/consts/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const (
NamespaceVersionSize = 1

// NamespaceIDSize is the size of a namespace ID in bytes.
NamespaceIDSize = 32
NamespaceIDSize = 28

// NamespaceSize is the size of a namespace in bytes.
NamespaceSize = NamespaceIDSize + NamespaceVersionSize
Expand Down

0 comments on commit cfde36a

Please sign in to comment.