[mob] decrease remoteFetch constant to 100

This commit is contained in:
Neeraj Gupta
2024-05-10 16:44:11 +05:30
parent c235fb85b4
commit da5ceea0db

View File

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