[osm/polygons] Reducing cache_size to 250k now that the polygons are larger
This commit is contained in:
@@ -285,7 +285,7 @@ class OSMReverseGeocoder(RTreePolygonIndex):
|
||||
|
||||
persistent_polygons = True
|
||||
# Cache almost everything
|
||||
cache_size = 1000000
|
||||
cache_size = 250000
|
||||
simplify_polygons = False
|
||||
|
||||
include_property_patterns = set([
|
||||
|
||||
Reference in New Issue
Block a user