branch: externals/osm
commit 0493d3b398ccf42a7c3305c486190ad7e8c41274
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>

    Reduce batch size
---
 osm.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/osm.el b/osm.el
index e257562e7b..78f5670e32 100644
--- a/osm.el
+++ b/osm.el
@@ -86,7 +86,7 @@ The server must offer the OSRM API."
 (defcustom osm-server-defaults
   '( :min-zoom 2
      :max-zoom 19
-     :download-batch 10
+     :download-batch 5
      :max-connections 2)
   "Default server properties.
 See also `osm-server-list'."

Reply via email to