summaryrefslogtreecommitdiff
path: root/platform/darwin
diff options
context:
space:
mode:
authorJordan Kiley <jmkiley@users.noreply.github.com>2019-07-17 13:55:11 -0700
committerGitHub <noreply@github.com>2019-07-17 13:55:11 -0700
commit8fe469f6b17056e20eda1f15053ed54aa938b559 (patch)
treeec12943655a920f0ab5772d661e346dae505daf6 /platform/darwin
parent54fb5b046e335fe1f71dcc1d41c8e65daca2e45c (diff)
downloadqtlocation-mapboxgl-8fe469f6b17056e20eda1f15053ed54aa938b559.tar.gz
[ios] Add changelog entry for Cache Management API (#15131)
Diffstat (limited to 'platform/darwin')
-rw-r--r--platform/darwin/src/MGLOfflineStorage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/darwin/src/MGLOfflineStorage.h b/platform/darwin/src/MGLOfflineStorage.h
index c6a51df80c..622333d1c3 100644
--- a/platform/darwin/src/MGLOfflineStorage.h
+++ b/platform/darwin/src/MGLOfflineStorage.h
@@ -360,7 +360,7 @@ MGL_EXPORT
#pragma mark - Managing Ambient Cache
/**
- Sets the maximum ambient cache size in megabytes. The default maximum cache
+ Sets the maximum ambient cache size in bytes. The default maximum cache
size is 50 MB. To disable ambient caching, set the maximum ambient cache size
to `0`. Setting the maximum ambient cache size does not impact the maximum size
of offline packs.