提交 d79fb28a 编写于 作者: W wangxinpeng 提交者: wangxinpeng

change MAX_SMALL_BUFFER to fix cmdline length problem.

Change-Id: Ifc878425e1e53d0d5f62bf6a70e298fd0230a9bf
Signed-off-by: Nwangxinpeng <wangxinpeng4@huawei.com>
上级 55627ee6
......@@ -32,7 +32,7 @@
#include "service_control.h"
#define MAX_BUF_SIZE 1024
#define MAX_SMALL_BUFFER 3096
#define MAX_SMALL_BUFFER 4096
#define MAX_JSON_FILE_LEN 102400 // max init.cfg size 100KB
#define CONVERT_MICROSEC_TO_SEC(x) ((x) / 1000 / 1000.0)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册