mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-05-08 03:27:58 +03:00
Increased MAX_CMD_LINE for testing purposes
This commit is contained in:
parent
73111d854d
commit
0044ec0ac0
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|||
#include "qcommon.h"
|
||||
|
||||
#define MAX_CMD_BUFFER 128*1024
|
||||
#define MAX_CMD_LINE 1024
|
||||
#define MAX_CMD_LINE 8192 // was increased for testing purposes
|
||||
#define MAX_ALIAS_NAME 32
|
||||
#define MAX_ALIAS_COUNT 16
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue