mirror of
https://github.com/venera-app/venera.git
synced 2025-12-16 07:01:16 +00:00
limit cache size
This commit is contained in:
@@ -22,5 +22,5 @@ Future<void> init() async {
|
||||
await ComicSource.init();
|
||||
await LocalManager().init();
|
||||
await TagsTranslation.readData();
|
||||
CacheManager();
|
||||
CacheManager().setLimitSize(appdata.settings['cacheSize']);
|
||||
}
|
||||
Reference in New Issue
Block a user