From f6447be751c2d9ccd0d5336b1dd5e755c0592054 Mon Sep 17 00:00:00 2001 From: dragon Date: Tue, 28 Nov 2023 12:34:59 +0100 Subject: [PATCH] updated cache config --- lib/app/widgets/provider.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/app/widgets/provider.dart b/lib/app/widgets/provider.dart index 43c5ca495..6283cb6d8 100644 --- a/lib/app/widgets/provider.dart +++ b/lib/app/widgets/provider.dart @@ -151,7 +151,7 @@ class CacheManagerProvider extends Provider { create: (context) => CacheManager( Config( DefaultCacheManager.key, - stalePeriod: const Duration(days: 3), + stalePeriod: const Duration(days: 1), ), ), );