image provider improvements

This commit is contained in:
mertalev
2025-08-13 00:10:55 -04:00
parent 0d60199514
commit f931060670
26 changed files with 1203 additions and 190 deletions
+2 -1
View File
@@ -26,8 +26,9 @@ const String kDownloadGroupLivePhoto = 'group_livephoto';
// Timeline constants
const int kTimelineNoneSegmentSize = 120;
const int kTimelineAssetLoadBatchSize = 256;
const int kTimelineAssetLoadBatchSize = 1024;
const int kTimelineAssetLoadOppositeSize = 64;
const int kTimelineImageCacheMemory = 200 * 1024 * 1024;
// Widget keys
const String appShareGroupId = "group.app.immich.share";