From af6d5a191eeeaa810f5ae7896357e1e2ff2ec511 Mon Sep 17 00:00:00 2001 From: xrpixer Date: Fri, 11 Jan 2019 11:41:09 -0600 Subject: T1068: Increase Max CMD Output --- src/cstore/cstore.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cstore/cstore.hpp b/src/cstore/cstore.hpp index 60b5b65..53d9c53 100644 --- a/src/cstore/cstore.hpp +++ b/src/cstore/cstore.hpp @@ -84,7 +84,7 @@ public: static const string C_ENUM_SCRIPT_DIR; static const string C_LOGFILE_STDOUT; - static const size_t MAX_CMD_OUTPUT_SIZE = 4096; + static const size_t MAX_CMD_OUTPUT_SIZE = 40960; // for sorting /* apparently unordered_map template does not work with "enum" type, so -- cgit v1.2.3