[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: And Another Thing
On Oct 27, Aleksi Suhonen wrote:
| ircd fd table is too big
| Hard Limit: 1024 IRC max: 1050
| Recompile and fix MAXCONNECTIONS
|
| A) Couldn't the daemon just bump down the value to the hard limit?
| (It should still complain too though)
not really, MAXCONNECTIONS is hard-coded and used to set
many other (hard-coded) defaults.
| B) It would be more efficient, if the dummy first fixed
| MAXCONNECTIONS and only after that Recompiled ...
;-)