Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5f890050 authored by Luke Huang's avatar Luke Huang Committed by Gerrit Code Review
Browse files

Merge "Enlarge cmd buffer size of FrameworkListener"

parents eedd5f68 9f409f2e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {