summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index 50336af..be73514 100644
--- a/src/config.h
+++ b/src/config.h
@@ -27,7 +27,7 @@
#define RPC_PORT (PORT+1)
// No serialized payload allowed exceeding this many bytes (so actual data from client->server is not affected by this limit!)
-#define MAX_PAYLOAD 1000
+#define MAX_PAYLOAD 800
// Protocol version should be increased whenever new features/messages are added,
// so either the client or server can run in compatibility mode, or they can