altoslib: Limit simultanous map tile downloads to 128
authorKeith Packard <keithp@keithp.com>
Sun, 12 Jul 2015 02:11:48 +0000 (19:11 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 12 Jul 2015 02:11:48 +0000 (19:11 -0700)
Before this change, every tile requested would get downloaded at the
same time. With moving to distance-based offline map loading radius
values, the number of tiles at closer zooms was in the thousands,
overwhelming the network.

Signed-off-by: Keith Packard <keithp@keithp.com>

No differences found