Skip to content

Commit 5559d65

Browse files
Increase timeout for tiles to 2500 ms
1 parent 366a012 commit 5559d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OpenStreetMap-esp32.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
#include "MemoryBuffer.h"
3939

4040
constexpr uint16_t OSM_TILESIZE = 256;
41-
constexpr uint16_t OSM_TILE_TIMEOUT_MS = 500;
41+
constexpr uint16_t OSM_TILE_TIMEOUT_MS = 2500;
4242
constexpr uint16_t OSM_DEFAULT_CACHE_ITEMS = 10;
4343
constexpr uint16_t OSM_MAX_ZOOM = 18;
4444

0 commit comments

Comments
 (0)