Skip to content

Commit

Permalink
updated cache config
Browse files Browse the repository at this point in the history
  • Loading branch information
clragon committed Nov 28, 2023
1 parent f197019 commit f6447be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/app/widgets/provider.dart
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ class CacheManagerProvider extends Provider<BaseCacheManager> {
create: (context) => CacheManager(
Config(
DefaultCacheManager.key,
stalePeriod: const Duration(days: 3),
stalePeriod: const Duration(days: 1),
),
),
);
Expand Down

0 comments on commit f6447be

Please sign in to comment.