On Wed, May 28, 2014 at 02:15:47PM +0200, Steven Van Ingelgem wrote: > How many entries can I add in 1 acl? Because I splitted 1 of the acls up in > 14 lines, with each line about 40 items. > I think I did it so a human could still read the configuration file, but > does that matter for HAProxy?
The default limit is about 1024 chars per line, which is far more what a normal humain can maintain, so your principle of keeping it maintainable is the best one. There is no limit on the number of lines nor total terms however. Regards, Willy

