branch: externals/osm
commit af431c1775a83acd6df99ae401a91677c0f8b7e2
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
Increase max-connections
---
osm.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/osm.el b/osm.el
index 61728e017c..0c4855f4e3 100644
--- a/osm.el
+++ b/osm.el
@@ -81,7 +81,7 @@ The server must offer the nominatim.org API."
'( :min-zoom 2
:max-zoom 19
:download-batch 8
- :max-connections 2
+ :max-connections 3
:subdomains ("a" "b" "c"))
"Default server properties.
See also `osm-server-list'."