summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-03-11 16:36:58 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-03-11 16:36:58 -0800
commitc39bd344b513fc25bdf9b35f766b8997059f960d (patch)
treef18e703169221b075122bcd4f02872bc7ee3e73c
parentad2ebc6cf6907505cd2f249443bfb5984be8af20 (diff)
downloadqtlocation-mapboxgl-c39bd344b513fc25bdf9b35f766b8997059f960d.tar.gz
[core] Set mapbox::DEFAULT_OFFLINE_TILE_COUNT_LIMIT to 6000
-rw-r--r--src/mbgl/util/mapbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/util/mapbox.cpp b/src/mbgl/util/mapbox.cpp
index 170b05ee68..91d9b80515 100644
--- a/src/mbgl/util/mapbox.cpp
+++ b/src/mbgl/util/mapbox.cpp
@@ -170,7 +170,7 @@ std::string canonicalizeTileURL(const std::string& url, SourceType type, uint16_
return result;
}
-const uint64_t DEFAULT_OFFLINE_TILE_COUNT_LIMIT = 512 + 256;
+const uint64_t DEFAULT_OFFLINE_TILE_COUNT_LIMIT = 6000;
} // end namespace mapbox
} // end namespace util