mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 07:47:24 +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