diff options
Diffstat (limited to 'src/rest.h')
-rw-r--r-- | src/rest.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |