]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - doc/reference.conf
[svn] - add config option for setting max_clients.
[irc/rqf/shadowircd.git] / doc / reference.conf
index 4b43faef792143c652fb448ad49ee9ea91ac12a1..d5a4f59ece456c9b30e01a8e8817ce15ea38c2d0 100755 (executable)
@@ -6,7 +6,7 @@
  *
  * Written by ejb, wcampbel, db, leeh and others
  *
- * $Id: reference.conf 3159 2007-01-25 07:08:21Z nenolod $
+ * $Id: reference.conf 3251 2007-03-05 18:58:38Z nenolod $
  */
 
 /* IMPORTANT NOTES:
@@ -118,6 +118,11 @@ serverinfo {
         * This should be an ipv6 IP only.
         */
        #vhost6 = "3ffe:80e8:546::2";
+
+       /* max_clients: this should be set to the maximum amount of clients
+        * that the server should support.
+        */
+       max_clients = 1024;
 };
 
 /* admin {}: contains admin information about the server. (OLD A:) */