2014-02-27 8:49 GMT+02:00 Philipp Gesang <[email protected]>: > ···<date: 2014-02-27, Thursday>···<from: Dirk Laurie>··· >> 2014-02-26 23:23 GMT+02:00 Philipp Gesang
>> > Could MAXRULES be increased to something above, say 400? That >> > would make module usable again and there would be enough >> > breathing room for further additions. >> Somewhere in that lua-l thread 1024 was suggested, why stop at 400? > Do greater values affect performance in some way, or just memory? MAXRULES is the length of two arrays of type `int`. It can't possibly impact performance to reserve more , and the memory overhead is minimal. Of course, actually using that many rules could hit performance hard.
