Resized MAX_CMD_BUFFER
This commit is contained in:
parent
caebd1970f
commit
5cdd600612
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ void WriteConfig_f( ConVar *var, const char *pOldString );
|
|||
// If we get more than 250 messages in the incoming buffer queue, dump any above this #
|
||||
#define MAX_INCOMING_MESSAGES 250
|
||||
// Size of command send buffer
|
||||
#define MAX_CMD_BUFFER 0x100000
|
||||
#define MAX_CMD_BUFFER 0x10000
|
||||
|
||||
CGlobalVarsBase g_ClientGlobalVariables( true );
|
||||
IVideoRecorder *g_pVideoRecorder = NULL;
|
||||
|
|
Loading…
Reference in a new issue