[mob] decrease remoteFetch constant to 100
This commit is contained in:
parent
c235fb85b4
commit
da5ceea0db
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue