diff options
author | Mikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com> | 2019-11-25 14:44:46 +0200 |
---|---|---|
committer | Mikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com> | 2019-12-02 13:46:51 +0200 |
commit | 6d4e5f57ec68751ca5857d72f444331f3674733e (patch) | |
tree | af0225f44a202ea37139dfe63c7bf9c8af84f995 /include/mbgl/storage | |
parent | 4c49f0c9db68fe998e83ac7a0f3d095c3d2ffed1 (diff) | |
download | qtlocation-mapboxgl-6d4e5f57ec68751ca5857d72f444331f3674733e.tar.gz |
[core] Add OfflineDatabase.Pack unit test
Diffstat (limited to 'include/mbgl/storage')
-rw-r--r-- | include/mbgl/storage/default_file_source.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/mbgl/storage/default_file_source.hpp b/include/mbgl/storage/default_file_source.hpp index 4ec72180d5..2942a25a85 100644 --- a/include/mbgl/storage/default_file_source.hpp +++ b/include/mbgl/storage/default_file_source.hpp @@ -200,7 +200,7 @@ public: * Sets whether packing the database file occurs automatically after an offline * region is deleted (deleteOfflineRegion()) or the ambient cache is cleared * (clearAmbientCache()). - * + * * By default, packing is enabled. If disabled, disk space will not be freed * after resources are removed unless packDatabase() is explicitly called. */ @@ -223,8 +223,8 @@ public: /* * Erase resources from the ambient cache, freeing storage space. * - * Erases the ambient cache, freeing resources. - * + * Erases the ambient cache, freeing resources. + * * Note that this operation can be potentially slow if packing the database * occurs automatically (see runPackDatabaseAutomatically() and packDatabase()). * |