Skip to content

Commit 5f85c71

Browse files
committed
Fix unintended change
1 parent 16c1827 commit 5f85c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/layer/tile_layer/tile_provider/network/caching/built_in/built_in_caching_provider.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ abstract interface class BuiltInMapCachingProvider
4141
/// absolute limit.
4242
///
4343
/// Defaults to 1 GB. Set to `null` to disable.
44-
int? maxCacheSize = 1_000_000,
44+
int? maxCacheSize = 1_000_000_000,
4545

4646
/// Override the duration of time a tile is considered fresh for
4747
///

0 commit comments

Comments
 (0)