summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorkatsklaw <katsklaw@e03df62e-2008-0410-955e-edbf42e46eb7>2005-05-31 22:32:48 +0000
committerkatsklaw <katsklaw@e03df62e-2008-0410-955e-edbf42e46eb7>2005-05-31 22:32:48 +0000
commit06c7bb33fe210ad7ebf71c0028ca7b31707652b0 (patch)
treeb5748d2e18469d8896dc65687f59a056accdde40 /docs
parent7d222a5b343a62458900cbe84196ed8309020b6d (diff)
Added <options:softlimit>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1577 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs')
-rw-r--r--docs/inspircd.conf.example7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example
index 8310eb1c6..dd8400af2 100644
--- a/docs/inspircd.conf.example
+++ b/docs/inspircd.conf.example
@@ -382,6 +382,10 @@
# the location where modules are to be found. This #
# does not add a supplementary directory. There can #
# only be one module path. #
+# softlimit - This optional feature allows a defined softlimit. #
+# if defined sets a soft maxconnections value, has #
+# to be less than the ./configure maxclients #
+# #
<options prefixquit="Quit: "
loglevel="default"
@@ -389,7 +393,8 @@
maxwho="128"
noservices="0"
somaxconn="128"
- allowhalfop="yes">
+ softlimit="128"
+ allowhalfop="yes">