mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-05-12 05:25:36 +02:00
feat: decrease cache duration of patches and integrations.
This commit is contained in:
parent
a5511c2a2c
commit
ca0657e8f9
2 changed files with 4 additions and 4 deletions
|
@ -20,8 +20,8 @@ class GithubAPI {
|
|||
);
|
||||
final DioCacheManager _dioCacheManager = DioCacheManager(CacheConfig());
|
||||
final Options _cacheOptions = buildCacheOptions(
|
||||
const Duration(days: 1),
|
||||
maxStale: const Duration(days: 7),
|
||||
const Duration(hours: 6),
|
||||
maxStale: const Duration(days: 1),
|
||||
);
|
||||
final Map<String, String> repoAppPath = {
|
||||
'com.google.android.youtube': 'youtube',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue