Merge "Enlarge cmd buffer size of FrameworkListener"
This commit is contained in:
commit
5f890050b7
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
||||||
#include <sysutils/FrameworkListener.h>
|
#include <sysutils/FrameworkListener.h>
|
||||||
#include <sysutils/SocketClient.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) :
|
FrameworkListener::FrameworkListener(const char *socketName, bool withSeq) :
|
||||||
SocketListener(socketName, true, withSeq) {
|
SocketListener(socketName, true, withSeq) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue