diff --git a/src/Common/Dictionary.h b/src/Common/Dictionary.h index 925af3d3..7483a4c4 100644 --- a/src/Common/Dictionary.h +++ b/src/Common/Dictionary.h @@ -19,7 +19,7 @@ extern "C" { #endif -#define DATA_POOL_CAPACITY 1000000 +#define DATA_POOL_CAPACITY 4000000 void AddDictionaryEntry (char *key, int intKey, void *value); void *GetDictionaryValue (const char *key);