From a7ee7e34967c5bada6db0df9afb9551ec30b83ab Mon Sep 17 00:00:00 2001 From: Andrew Pogrebennyk Date: Thu, 29 Dec 2022 10:14:12 +0100 Subject: [PATCH] MT#55831 increase the config line length to 4096 because of header_list increase the config line length to 4096 because of header_list (real ticket number: MT#1640) Change-Id: I1656d0921bbc7876b80fb9078f2f46b60572f1a1 --- core/AmConfigReader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/AmConfigReader.h b/core/AmConfigReader.h index a804334d..4ae2e1f1 100644 --- a/core/AmConfigReader.h +++ b/core/AmConfigReader.h @@ -33,7 +33,7 @@ using std::string; -#define MAX_CONFIG_LINE 2048 +#define MAX_CONFIG_LINE 4096 #define CONFIG_FILE_SUFFIX ".conf" /**