From: mmj Date: Wed, 2 Jun 2004 06:26:57 +0000 (+1000) Subject: Set MAX_CONNECTIONS to 1 X-Git-Tag: RELEASE_1_0_0~185 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2391a69afe16ebaf041e4a75d4de280d2a5521e4;p=thirdparty%2Fmlmmj.git Set MAX_CONNECTIONS to 1 --- diff --git a/include/mlmmj.h b/include/mlmmj.h index 246635b2..781dd6b1 100644 --- a/include/mlmmj.h +++ b/include/mlmmj.h @@ -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 */