From 2c084c8cf70a83b3f5b29af4290e6ac921ba243f Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Wed, 23 Mar 2016 16:13:28 +0100 Subject: [PATCH] Switch to 10000000 per avl --- src/obiavl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)