[mob][photos] Set parallel fetch to five

This commit is contained in:
laurenspriem 2024-05-23 14:07:04 +05:30
parent 05c50e78bc
commit 1e1e629891

View file

@ -97,7 +97,7 @@ class FaceMlService {
bool _shouldSyncPeople = false;
bool _isSyncing = false;
final int _fileDownloadLimit = 10;
final int _fileDownloadLimit = 5;
final int _embeddingFetchLimit = 200;
Future<void> init({bool initializeImageMlIsolate = false}) async {