diff --git a/mobile/lib/services/machine_learning/face_ml/face_ml_service.dart b/mobile/lib/services/machine_learning/face_ml/face_ml_service.dart index 5d592d5793..bb3bc9670e 100644 --- a/mobile/lib/services/machine_learning/face_ml/face_ml_service.dart +++ b/mobile/lib/services/machine_learning/face_ml/face_ml_service.dart @@ -86,7 +86,7 @@ class FaceMlService { bool isInitialized = false; bool isImageIndexRunning = false; final int _parallelism = 10; - final int _remoteFetchLimit = 100; + final int _remoteFetchLimit = 200; Future init({bool initializeImageMlIsolate = false}) async { return _initLock.synchronized(() async {