set the fraglog high water mark to a sane value (ie, < the log buffer size)

This commit is contained in:
Bill Currie 2005-05-09 22:33:21 +00:00
parent 57fc1eacb6
commit 66a29c3945
1 changed files with 1 additions and 1 deletions

View File

@ -584,7 +584,7 @@ SVC_Status (void)
}
/* SV_CheckLog */
#define LOG_HIGHWATER 4096
#define LOG_HIGHWATER (MAX_DATAGRAM - 100)
#define LOG_FLUSH 10*60
static void