From c235fb85b4287e1d72beacb3c73e415161685a04 Mon Sep 17 00:00:00 2001 From: Neeraj Gupta <254676+ua741@users.noreply.github.com> Date: Fri, 10 May 2024 16:41:00 +0530 Subject: [PATCH] [mob] Increase remoteFetch constant to 200 --- .../lib/services/machine_learning/face_ml/face_ml_service.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {