[mob][photos] Higher fetch limit
This commit is contained in:
parent
b0fe3946ef
commit
460025ce4a
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ class FaceMlService {
|
|||
bool shouldSyncPeople = false;
|
||||
|
||||
final int _fileDownloadLimit = 15;
|
||||
final int _embeddingFetchLimit = 100;
|
||||
final int _embeddingFetchLimit = 200;
|
||||
|
||||
Future<void> init({bool initializeImageMlIsolate = false}) async {
|
||||
if (LocalSettings.instance.isFaceIndexingEnabled == false) {
|
||||
|
|
Loading…
Add table
Reference in a new issue