mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
set the fraglog high water mark to a sane value (ie, < the log buffer size)
This commit is contained in:
parent
57fc1eacb6
commit
66a29c3945
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue