]> git.ipfire.org Git - thirdparty/mlmmj.git/commitdiff
Set MAX_CONNECTIONS to 1
authormmj <none@none>
Wed, 2 Jun 2004 06:26:57 +0000 (16:26 +1000)
committermmj <none@none>
Wed, 2 Jun 2004 06:26:57 +0000 (16:26 +1000)
include/mlmmj.h

index 246635b250556616038dc0a70fb222863770cc97..781dd6b1e74ba3cf8afe1775c5294334e90e320f 100644 (file)
@@ -14,7 +14,7 @@
 #define RELAYHOST "127.0.0.1"
 #define READ_BUFSIZE 2048
 #define RECIPDELIM '+'
-#define MAX_CONNECTIONS 3 /* How many max connections to relayhost */
+#define MAX_CONNECTIONS 1 /* How many max connections to relayhost */
 #define WAITSLEEP 1000
 #define MODREQLIFE 604800 /* How long time will moderation requests be kept?
                           * 604800s is 7 days */