[config] lower Bloom filter error rate

This commit is contained in:
Al
2015-07-09 14:59:23 -04:00
parent ec1e820268
commit 2d5641892a

View File

@@ -10,6 +10,6 @@
#define LIBPOSTAL_GEODB_DIR LIBPOSTAL_DATA_DIR PATH_SEPARATOR "geodb"
#define GEODB_BLOOM_FILTER_SIZE 100000000
#define GEODB_BLOOM_FILTER_ERROR 0.01
#define GEODB_BLOOM_FILTER_ERROR 0.001
#endif