Changed MAX_NAME_LEN to 40.

This commit is contained in:
Erthilo
2012-05-28 20:52:04 +02:00
parent 7e3a28bb82
commit 2cf86ef25e

View File

@@ -190,7 +190,7 @@ var
const/MAX_PAPER_MESSAGE_LEN = 3072
const/MAX_BOOK_MESSAGE_LEN = 9216
const/MAX_NAME_LEN = 26
const/MAX_NAME_LEN = 40
list/paper_blacklist = list("script","frame","iframe","input","button","a","embed","object")