1
0
Fork 0
forked from External/ergo

make it easier to patch out the maximum line length

This commit is contained in:
Shivaram Lingamneni 2020-08-03 12:51:04 -04:00
parent 101e49bc03
commit 6a2fba9812
3 changed files with 10 additions and 8 deletions

View file

@ -13,7 +13,7 @@ import (
)
const (
maxReadQBytes = ircmsg.MaxlenTagsFromClient + 512 + 1024
maxReadQBytes = ircmsg.MaxlenTagsFromClient + MaxLineLen + 1024
)
var (