branch: externals/osm
commit 4c26e324d7febf00fa36ea3fffaaf90838824c36
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
Increase batch size
---
osm.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/osm.el b/osm.el
index 0c7cbda794..aae7fe9af9 100644
--- a/osm.el
+++ b/osm.el
@@ -80,7 +80,7 @@ The server must offer the nominatim.org API."
(defcustom osm-server-defaults
'( :min-zoom 2
:max-zoom 19
- :download-batch 4
+ :download-batch 8
:max-connections 2
:subdomains ("a" "b" "c"))
"Default server properties.