diff options
author | xrpixer <xrpixer@gmail.com> | 2019-01-11 11:41:09 -0600 |
---|---|---|
committer | xrpixer <xrpixer@gmail.com> | 2019-01-11 11:41:09 -0600 |
commit | af6d5a191eeeaa810f5ae7896357e1e2ff2ec511 (patch) | |
tree | 9cdad894ef17aed355152eac2478beae4f2005b1 | |
parent | 15fe15d0b29592b36af4e87fc81dd6755708fa2e (diff) | |
download | vyatta-cfg-af6d5a191eeeaa810f5ae7896357e1e2ff2ec511.tar.gz vyatta-cfg-af6d5a191eeeaa810f5ae7896357e1e2ff2ec511.zip |
T1068: Increase Max CMD Output
-rw-r--r-- | src/cstore/cstore.hpp | 2 |
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 |