mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
Switch to plain fs based caching mechanism
This commit is contained in:
@@ -38,14 +38,6 @@ void main() async {
|
||||
await Hive.openBox(hiveGithubReleaseInfoBox);
|
||||
await Hive.openBox(userSettingInfoBox);
|
||||
|
||||
final sw = Stopwatch();
|
||||
sw.start();
|
||||
|
||||
await Hive.openLazyBox(assetListCacheBox);
|
||||
await Hive.openLazyBox(albumListCacheBox);
|
||||
|
||||
debugPrint("Hive box open took ${sw.elapsedMilliseconds} ms");
|
||||
|
||||
SystemChrome.setSystemUIOverlayStyle(
|
||||
const SystemUiOverlayStyle(
|
||||
statusBarIconBrightness: Brightness.light,
|
||||
|
||||
Reference in New Issue
Block a user