diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/lib94/lib94.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/lib94/lib94.hpp b/include/lib94/lib94.hpp index cfbb978..c91c24b 100644 --- a/include/lib94/lib94.hpp +++ b/include/lib94/lib94.hpp @@ -12,6 +12,10 @@ #define LIB94_CORE_SIZE 8000 #endif +#ifndef LIB94_MAX_PROCESSES +#define LIB94_MAX_PROCESSES 16000 +#endif + namespace lib94 { //this type is used to represent values inside the core. |