changeset 144:c5f63433fbca

Set MAX_CONNECTIONS to 1
author mmj
date Wed, 02 Jun 2004 16:26:57 +1000
parents f13bdf402943
children 009b507618d2
files include/mlmmj.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/include/mlmmj.h	Wed Jun 02 15:24:59 2004 +1000
+++ b/include/mlmmj.h	Wed Jun 02 16:26:57 2004 +1000
@@ -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 */