[config] Adding GeoDB default bloom filter size and error rate

This commit is contained in:
Al
2015-07-08 20:50:46 -04:00
parent 0e2a0aa56d
commit 14500f8c7e

View File

@@ -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