[mob][photos] Set parallel fetch to five
This commit is contained in:
parent
05c50e78bc
commit
1e1e629891
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue