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 ...
This commit is contained in:
Alexander Barton 2014-07-20 13:19:36 +02:00
parent c1f180b87b
commit 40ed94a1f2
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
/* Size of structures */
/** Max. count of configurable servers. */
#define MAX_SERVERS 16
#define MAX_SERVERS 64
/** Max. number of WHOWAS list items that can be stored. */
#define MAX_WHOWAS 64