From 2ce6fb997debe037078594bb8a25961e074db1c4 Mon Sep 17 00:00:00 2001 From: Fist0urs Date: Mon, 18 Apr 2016 18:40:13 +0200 Subject: [PATCH] Increase max size of input line to 0x50000 --- include/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/common.h b/include/common.h index 079d7d57a..278f63ad4 100644 --- a/include/common.h +++ b/include/common.h @@ -106,7 +106,7 @@ typedef uint32_t uint; // we need to get rid of this sooner or later, for consis #define SPEED_CACHE 128 #define SPEED_MAXAGE 4096 -#define HCBUFSIZ 0x10000 // general large space buffer size in case the size is unknown at compile-time +#define HCBUFSIZ 0x50000 // general large space buffer size in case the size is unknown at compile-time /** * functions