summaryrefslogtreecommitdiffstats
path: root/src/rest.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rest.h')
-rw-r--r--src/rest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rest.h b/src/rest.h
index 58d25c7..b8e4500 100644
--- a/src/rest.h
+++ b/src/rest.h
@@ -37,7 +37,7 @@ enum og_cmd_type {
OG_CMD_MAX
};
-#define OG_MSG_REQUEST_MAXLEN 65536
+#define OG_MSG_REQUEST_MAXLEN 131072
struct og_client {
struct list_head list;