mirror of
https://github.com/osmarks/ngircd.git
synced 2025-01-19 03:52:52 +00:00
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:
parent
c1f180b87b
commit
40ed94a1f2
@ -53,7 +53,7 @@
|
|||||||
/* Size of structures */
|
/* Size of structures */
|
||||||
|
|
||||||
/** Max. count of configurable servers. */
|
/** Max. count of configurable servers. */
|
||||||
#define MAX_SERVERS 16
|
#define MAX_SERVERS 64
|
||||||
|
|
||||||
/** Max. number of WHOWAS list items that can be stored. */
|
/** Max. number of WHOWAS list items that can be stored. */
|
||||||
#define MAX_WHOWAS 64
|
#define MAX_WHOWAS 64
|
||||||
|
Loading…
Reference in New Issue
Block a user