branch: externals/osm
commit 07cfbf0eefe1cd774e66747907d7b5d881105d49
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
Use two parallel connections
---
osm.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/osm.el b/osm.el
index 041caca5a3..e257562e7b 100644
--- a/osm.el
+++ b/osm.el
@@ -86,8 +86,8 @@ The server must offer the OSRM API."
(defcustom osm-server-defaults
'( :min-zoom 2
:max-zoom 19
- :download-batch 8
- :max-connections 3)
+ :download-batch 10
+ :max-connections 2)
"Default server properties.
See also `osm-server-list'."
:type 'plist)