Skip to content

Commit

Permalink
Bump TagLiteralLength Limit to 64K (#1552)
Browse files Browse the repository at this point in the history
  • Loading branch information
prateek authored Apr 13, 2019
1 parent 0ad2838 commit 5114459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/x/serialize/limits.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var (
defaultMaxNumberTags uint16 = math.MaxUint16

// defaultMaxTagLiteralLength is the maximum length of a tag Name/Value.
defaultMaxTagLiteralLength uint16 = 4096
defaultMaxTagLiteralLength uint16 = math.MaxUint16
)

type limits struct {
Expand Down

0 comments on commit 5114459

Please sign in to comment.