diff options
| -rw-r--r-- | infra/include/common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/infra/include/common.h b/infra/include/common.h index acf8983..a28b53f 100644 --- a/infra/include/common.h +++ b/infra/include/common.h @@ -32,11 +32,11 @@ extern "C" { #endif #ifndef MR_CONS_MAX -#define MR_CONS_MAX 16 +#define MR_CONS_MAX 128 #endif #ifndef MR_PROD_MAX -#define MR_PROD_MAX 16 +#define MR_PROD_MAX 128 #endif #ifndef MR_SID_MAX |
