diff options
Diffstat (limited to 'const.go')
-rw-r--r-- | const.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/const.go b/const.go new file mode 100644 index 0000000..962db26 --- /dev/null +++ b/const.go @@ -0,0 +1,7 @@ +package main + +const ( + MaxlenTags = 8191 + MaxlenTagData = MaxlenTags - 2 + MaxlenBody = 510 +) |