[mob] Increase remoteFetch constant to 200
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user