On Thu, May 16, 2019 at 03:24:27AM -0700, Thomas Adam wrote: > When reading in a configuration file (or anything which uses the > Read/PipeRead command), there's always been a hard-limit of a > configuration line being no more than 1024 bytes. This was fine > historically, but this restriction is now rather limiting.
Note that we've never really removed the limit because longer lines break the module interface. I.e., if a long line is transferred over the module pipe, strange things can happen because of mutilated lines. Ciao Dominik ^_^ ^_^ -- Dominik Vogt