From: William Pitcock Date: Thu, 3 Apr 2008 01:45:24 +0000 (-0500) Subject: setting maxconnections seems to get things going... X-Git-Tag: charybdis-3.0.0-beta1~111 X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/commitdiff_plain/68db0a4db9487fabc8dfd92f9c49d44c7fe90ce2?ds=sidebyside setting maxconnections seems to get things going... --- diff --git a/src/ircd.c b/src/ircd.c index c619315..7822ed5 100644 --- a/src/ircd.c +++ b/src/ircd.c @@ -154,6 +154,8 @@ init_sys(void) exit(EXIT_FAILURE); } } + + maxconnections = limit.rlim_cur; #endif /* RLIMIT_NOFILE */ }