diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mbgl/util/mapbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/util/mapbox.cpp b/src/mbgl/util/mapbox.cpp index bcc7601446..a3d886f673 100644 --- a/src/mbgl/util/mapbox.cpp +++ b/src/mbgl/util/mapbox.cpp @@ -169,7 +169,7 @@ std::string canonicalizeTileURL(const std::string& url, SourceType type, uint16_ return result; } -const uint64_t DEFAULT_OFFLINE_TILE_COUNT_LIMIT = std::numeric_limits<uint64_t>::max(); +const uint64_t DEFAULT_OFFLINE_TILE_COUNT_LIMIT = 512 + 256; } // end namespace mapbox } // end namespace util |