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 bb3bc9670..5d592d579 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 = 200; + final int _remoteFetchLimit = 100; Future init({bool initializeImageMlIsolate = false}) async { return _initLock.synchronized(() async {