diff --git a/src/obiavl.h b/src/obiavl.h index cfe1c5f..7e8b34c 100644 --- a/src/obiavl.h +++ b/src/obiavl.h @@ -27,7 +27,7 @@ #include "bloom.h" -#define NODE_COUNT_PER_AVL (2000000) +#define NODE_COUNT_PER_AVL (10000000) #define BLOOM_FILTER_ERROR_RATE (0.001)