[mob][photos] Lower file download limit
This commit is contained in:
parent
7811c58214
commit
78afae4013
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue