Merge "Enlarge cmd buffer size of FrameworkListener"

This commit is contained in:
Luke Huang 2019-03-26 05:44:10 +00:00 committed by Gerrit Code Review
commit 5f890050b7

View file

@ -26,7 +26,7 @@
#include <sysutils/FrameworkListener.h>
#include <sysutils/SocketClient.h>
static const int CMD_BUF_SIZE = 1024;
static const int CMD_BUF_SIZE = 4096;
FrameworkListener::FrameworkListener(const char *socketName, bool withSeq) :
SocketListener(socketName, true, withSeq) {