summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cstore/cstore.hpp2
1 files changed, 1 insertions, 1 deletions
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