diff options
author | OpenGnSys Support Team <soporte-og@soleta.eu> | 2021-02-04 13:29:18 +0100 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2021-02-04 13:29:24 +0100 |
commit | 0a09c5b09c4013b79648ab091495c767ef06c315 (patch) | |
tree | e3d204dfdffb516d615245f1c71d707873cd399a /src | |
parent | 85d092864cddb8390c13915ead3b24b48d2b2306 (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')
-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; |