From 14500f8c7e747b78e576fc9f3823d7207c7cdb13 Mon Sep 17 00:00:00 2001 From: Al Date: Wed, 8 Jul 2015 20:50:46 -0400 Subject: [PATCH] [config] Adding GeoDB default bloom filter size and error rate --- src/config.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/config.h b/src/config.h index 49d5082c..66ff1ea6 100644 --- a/src/config.h +++ b/src/config.h @@ -9,4 +9,7 @@ #define LIBPOSTAL_GEONAMES_DIR LIBPOSTAL_DATA_DIR PATH_SEPARATOR "geonames" #define LIBPOSTAL_GEODB_DIR LIBPOSTAL_DATA_DIR PATH_SEPARATOR "geodb" +#define GEODB_BLOOM_FILTER_SIZE 100000000 +#define GEODB_BLOOM_FILTER_ERROR 0.01 + #endif \ No newline at end of file