From 2d5641892a0949c27c0f30ccb321d0b6ff17532d Mon Sep 17 00:00:00 2001 From: Al Date: Thu, 9 Jul 2015 14:59:23 -0400 Subject: [PATCH] [config] lower Bloom filter error rate --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.h b/src/config.h index 66ff1ea6..239b1434 100644 --- a/src/config.h +++ b/src/config.h @@ -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 \ No newline at end of file