From 1f87234aacff550009df8a204bf78739f06a689a Mon Sep 17 00:00:00 2001 From: Adam Olsen Date: Wed, 3 Oct 2001 03:42:28 +0000 Subject: [PATCH] - change MAX_MASTERS from 8 to 32, since prozac has 9 of them --- qw/include/server.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qw/include/server.h b/qw/include/server.h index 1d4181563..9d7f9b775 100644 --- a/qw/include/server.h +++ b/qw/include/server.h @@ -44,7 +44,7 @@ #define QW_SERVER -#define MAX_MASTERS 8 // max recipients for heartbeat packets +#define MAX_MASTERS 32 // max recipients for heartbeat packets #define MAX_SIGNON_BUFFERS 8