Skip to content

Commit 320a294

Browse files
committed
⚡ Fetch 30 tiles in parallel
... since we're now spreading the fetching load between three different servers, we can fetch the tiles three times as fast.
1 parent 0d59bfb commit 320a294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fetch-tiles.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ osm-tile-downloader \
1414
--west 6.031 \
1515
--url https://\{s\}.tile.openstreetmap.de/\{z\}/\{x\}/\{y\}.png \
1616
--output ./public/tile \
17-
--rate 10
17+
--rate 30

0 commit comments

Comments
 (0)