summaryrefslogtreecommitdiff
path: root/src/MessagePortProxy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/MessagePortProxy.cpp')
-rw-r--r--src/MessagePortProxy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MessagePortProxy.cpp b/src/MessagePortProxy.cpp
index c203bad..f151bb9 100644
--- a/src/MessagePortProxy.cpp
+++ b/src/MessagePortProxy.cpp
@@ -48,7 +48,7 @@ static const char REMOTE_PORT[] = "REMOTE_PORT";
static const char TRUSTED_REMOTE[] = "TRUSTED_REMOTE";
static const char TRUSTED_MESSAGE[] = "TRUSTED_MESSAGE";
-static const int MAX_MESSAGE_SIZE = 8 * 1024;
+static const int MAX_MESSAGE_SIZE = 16 * 1024;
MessagePortProxy::MessagePortProxy(void)
: __pIpcClient(NULL)