Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / ircd / chkconf.c
index 15e8ff48db620f358f306a159952f976729f7e9a..1df62142d5a0a7c74add276e2192c688aee044e2 100644 (file)
@@ -55,6 +55,8 @@
 #define CONF_KLINE              (CONF_KILL | CONF_IPKILL)
 #define CONF_CRULE              (CONF_CRULEALL | CONF_CRULEAUTO)
 
+/* DEFAULTMAXSENDQLENGTH went into the features subsystem... */
+#define DEFAULTMAXSENDQLENGTH 40000
 
 /*
  * For the connect rule patch..  these really should be in a header,