summaryrefslogtreecommitdiffstats
path: root/src/rest.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rest.c')
-rw-r--r--src/rest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rest.c b/src/rest.c
index f778bc2..423a6cd 100644
--- a/src/rest.c
+++ b/src/rest.c
@@ -348,7 +348,7 @@ struct og_buffer {
int len;
};
-#define OG_MSG_RESPONSE_MAXLEN 65536
+#define OG_MSG_RESPONSE_MAXLEN 262144
static int og_json_dump_clients(const char *buffer, size_t size, void *data)
{