We indeed need a larger buffer

This commit is contained in:
Miek Gieben 2012-02-13 21:57:22 +01:00
parent 3bb902e549
commit d10b0f731e
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ var _DEBUG = false
// Complete unsure about the correctness of this value?
// Large blobs of base64 code might get longer than this....
const maxTok = 300
const maxTok = 512
// Tokinize a RFC 1035 zone file. The tokenizer will normalize it:
// * Add ownernames if they are left blank;