]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - doc/reference.conf
Much clear maxconnections stuff - ported from ratbox3.
[irc/rqf/shadowircd.git] / doc / reference.conf
index 3238f39a62511003328a00089010a860693f54db..e1a6e6fdd6e31fb9ab7afc6ae57fd11f0a407168 100755 (executable)
@@ -116,12 +116,12 @@ serverinfo {
         */
        #vhost6 = "3ffe:80e8:546::2";
 
-       /* max_clients: this should be set to the maximum amount of clients
-        * that the server should support. Note that you should leave some
-        * file descriptors free for log files, server connections, ident
-        * lookups (if enabled), exceed_limit clients, etc.
+       /* default max clients: the default maximum number of clients\r
+        * allowed to connect.  This can be changed once ircd has started by\r
+        * issuing:\r
+        *   /quote set maxclients <limit>\r
         */
-       max_clients = 1024;
+       default_max_clients = 1024;
 };
 
 /* admin {}: contains admin information about the server. (OLD A:) */