We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16c1827 commit 5f85c71Copy full SHA for 5f85c71
lib/src/layer/tile_layer/tile_provider/network/caching/built_in/built_in_caching_provider.dart
@@ -41,7 +41,7 @@ abstract interface class BuiltInMapCachingProvider
41
/// absolute limit.
42
///
43
/// Defaults to 1 GB. Set to `null` to disable.
44
- int? maxCacheSize = 1_000_000,
+ int? maxCacheSize = 1_000_000_000,
45
46
/// Override the duration of time a tile is considered fresh for
47
0 commit comments