summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2019-01-26 23:11:27 +0100
committerDaniil Baturin <daniil@baturin.org>2019-01-26 23:11:27 +0100
commit452ec47c85932a0dede6b2398b1673c9f07a1bf9 (patch)
tree88bf10f494914a72e7b90c797e3717dc79983d88 /src
parent890ed336c63f33a2e6e70c3cb455416721acb239 (diff)
parent1b456e199f0f3ac2ea347b464a5420f60c438e10 (diff)
downloadvyatta-cfg-452ec47c85932a0dede6b2398b1673c9f07a1bf9.tar.gz
vyatta-cfg-452ec47c85932a0dede6b2398b1673c9f07a1bf9.zip
Merge branch 'current' into crux
Diffstat (limited to 'src')
-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