try it with 512 bytes

This commit is contained in:
Miek Gieben 2012-01-28 00:04:31 +01:00
parent 06ab0a998a
commit 8b03f43ee7
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import (
// Only used when debugging the parser itself.
var _DEBUG = false
const maxTok = 1024
const maxTok = 512
// Tokinize a RFC 1035 zone file. The tokenizer will normalize it:
// * Add ownernames if they are left blank;