summaryrefslogtreecommitdiffstats
path: root/src/rest.h
diff options
context:
space:
mode:
authorOpenGnSys Support Team <soporte-og@soleta.eu>2021-02-04 13:29:18 +0100
committerOpenGnSys Support Team <soporte-og@soleta.eu>2021-02-04 13:29:24 +0100
commit0a09c5b09c4013b79648ab091495c767ef06c315 (patch)
treee3d204dfdffb516d615245f1c71d707873cd399a /src/rest.h
parent85d092864cddb8390c13915ead3b24b48d2b2306 (diff)
#1022 increase maximum API REST request size
Software inventory generates a request larger that 64 Kbytes. Rise the maximum API REST request size to 128 Kbytes.
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;