summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author杨威 <[email protected]>2020-10-14 18:10:29 +0800
committeryangwei <[email protected]>2020-10-14 18:13:21 +0800
commit4e2dd780a021c60520f3b27806f2fcda6d4eec93 (patch)
tree790ddcb938f52df78759405eb5dbaaaeace908bb
parent0eb0b3a83a4f6ec99ebe6eb471b2444ac091ea4f (diff)
Update MESA_field_stat.cpp, define MAX_STAT_COLUMN_NUM from 32 to 64v2.9.4
-rw-r--r--src/MESA_field_stat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MESA_field_stat.cpp b/src/MESA_field_stat.cpp
index d202e56..1e1d3ea 100644
--- a/src/MESA_field_stat.cpp
+++ b/src/MESA_field_stat.cpp
@@ -23,7 +23,7 @@
#define INIT_STAT_FIELD_NUM 1024
-#define MAX_STAT_COLUMN_NUM 32
+#define MAX_STAT_COLUMN_NUM 64
#define MAX_PATH_LEN 256
#define UDP_PAYLOAD_SIZE 1460