[mob][photos] Bump version : 0.8.84+604 (#1498)

## Description

## Tests
This commit is contained in:
Neeraj Gupta 2024-04-20 15:47:22 +05:30 committed by GitHub
commit 6f1714e9a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 2 deletions

View file

@ -16,6 +16,7 @@ const int jan011981Time = 347155200000000;
const int galleryLoadStartTime = -8000000000000000; // Wednesday, March 6, 1748
const int galleryLoadEndTime = 9223372036854775807; // 2^63 -1
const int batchSize = 1000;
const int batchSizeCopy = 100;
const photoGridSizeDefault = 4;
const photoGridSizeMin = 2;
const photoGridSizeMax = 6;

View file

@ -1323,7 +1323,7 @@ class CollectionsService {
required int srcCollectionID,
}) async {
_validateCopyInput(dstCollectionID, srcCollectionID, files);
final batchedFiles = files.chunks(batchSize);
final batchedFiles = files.chunks(batchSizeCopy);
final params = <String, dynamic>{};
params["dstCollectionID"] = dstCollectionID;
params["srcCollectionID"] = srcCollectionID;

View file

@ -12,7 +12,7 @@ description: ente photos application
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 0.8.83+603
version: 0.8.84+604
publish_to: none
environment: