Increase COM_BUF_SIZE

The config file is starting to get close to the old max,
so this should be enough headroom for a while...
This commit is contained in:
fickleheart 2020-02-24 11:45:22 -06:00
parent f8408f3c99
commit b66be478d9

View file

@ -80,7 +80,7 @@ static boolean joyaxis2_default = false;
static INT32 joyaxis_count = 0;
static INT32 joyaxis2_count = 0;
#define COM_BUF_SIZE 8192 // command buffer size
#define COM_BUF_SIZE (32<<10) // command buffer size
#define MAX_ALIAS_RECURSION 100 // max recursion allowed for aliases
static INT32 com_wait; // one command per frame (for cmd sequences)