summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorattilamolnar <attilamolnar@hush.com>2013-06-18 21:34:10 +0200
committerattilamolnar <attilamolnar@hush.com>2013-06-18 21:34:10 +0200
commitb81cfe31711acbb9ced2639e0a2f2c2df3c7a293 (patch)
treed4032782b79f16af50f5ee5828f1d2c0b59d418f /docs
parent034cf50b14b9af583125854644d5b091980d014d (diff)
Remove limitsomaxconn and remains of m_halfop/allowhalfop
Diffstat (limited to 'docs')
-rw-r--r--docs/conf/inspircd.conf.example8
1 files changed, 2 insertions, 6 deletions
diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example
index f6dc96ecd..23a87dc5e 100644
--- a/docs/conf/inspircd.conf.example
+++ b/docs/conf/inspircd.conf.example
@@ -655,14 +655,10 @@
# in the accept queue. This is *NOT* the total maximum number of
# connections per server. Some systems may only allow this to be up
# to 5, while others (such as linux and *BSD) default to 128.
+ # Setting this above the limit imposed by your OS can have undesired
+ # effects.
somaxconn="128"
- # limitsomaxconn: By default, somaxconn (see above) is limited to a
- # safe maximum value in the 2.0 branch for compatibility reasons.
- # This setting can be used to disable this limit, forcing InspIRCd
- # to use the value specifed above.
- limitsomaxconn="true"
-
# softlimit: This optional feature allows a defined softlimit for
# connections. If defined, it sets a soft max connections value.
softlimit="12800"