diff options
-rw-r--r-- | firmware/src/os/req_ctx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/src/os/req_ctx.h b/firmware/src/os/req_ctx.h index 7401243..edc48a3 100644 --- a/firmware/src/os/req_ctx.h +++ b/firmware/src/os/req_ctx.h @@ -1,8 +1,8 @@ #ifndef _REQ_CTX_H #define _REQ_CTX_H -#define RCTX_SIZE_LARGE 2048 -#define RCTX_SIZE_SMALL 128 +#define RCTX_SIZE_LARGE 1000 +#define RCTX_SIZE_SMALL 270 #define MAX_HDRSIZE sizeof(struct openpcd_hdr) #define MAX_REQSIZE (64-MAX_HDRSIZE) |