From: Alexander Barton Date: Sun, 20 Jul 2014 11:19:36 +0000 (+0200) Subject: Increase MAX_SERVERS from 16 to 64 X-Git-Tag: rel-22-rc1~10 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=commitdiff_plain;h=40ed94a1f23aa120cb80bcf8224cef69124909f1;hp=40ed94a1f23aa120cb80bcf8224cef69124909f1 Increase MAX_SERVERS from 16 to 64 There are installations out there that would like to configure more than 16 links per server, so increase this limit. Best would be to get rid of MAX_SERVERS altogether and make if fully dynamic, but start with this quick and dirty hack ... ---