From 8d976f1a19ae09e03c5bf45c42906d9b863ba5d3 Mon Sep 17 00:00:00 2001 From: jmkiley Date: Wed, 17 Jul 2019 11:06:27 -0700 Subject: [ios] megabytes -> bytes --- platform/darwin/src/MGLOfflineStorage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.1