Resized MAX_CMD_BUFFER

This commit is contained in:
unknown 2024-09-04 00:09:57 +02:00
parent caebd1970f
commit 5cdd600612

View file

@ -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;