[mob][photos] Lower file download limit

This commit is contained in:
laurenspriem 2024-05-22 11:40:22 +05:30
parent 7811c58214
commit 78afae4013

View file

@ -96,7 +96,7 @@ class FaceMlService {
bool isClusteringRunning = false;
bool shouldSyncPeople = false;
final int _fileDownloadLimit = 15;
final int _fileDownloadLimit = 10;
final int _embeddingFetchLimit = 200;
Future<void> init({bool initializeImageMlIsolate = false}) async {