[mob] Increase remoteFetch constant to 200

This commit is contained in:
Neeraj Gupta 2024-05-10 16:41:00 +05:30
parent 5ba46a0707
commit c235fb85b4

View file

@ -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<void> init({bool initializeImageMlIsolate = false}) async {
return _initLock.synchronized(() async {