Switch to 10000000 per avl

This commit is contained in:
2016-03-23 16:13:28 +01:00
parent 58ac860cc7
commit 2c084c8cf7

View File

@ -27,7 +27,7 @@
#include "bloom.h" #include "bloom.h"
#define NODE_COUNT_PER_AVL (2000000) #define NODE_COUNT_PER_AVL (10000000)
#define BLOOM_FILTER_ERROR_RATE (0.001) #define BLOOM_FILTER_ERROR_RATE (0.001)