[mob][ml] reduce parallel download to 5 for ios
This commit is contained in:
@@ -57,7 +57,7 @@ class MLService {
|
||||
bool _isIndexingOrClusteringRunning = false;
|
||||
bool _shouldPauseIndexingAndClustering = false;
|
||||
|
||||
static const int _fileDownloadLimit = 10;
|
||||
static final int _fileDownloadLimit = Platform.isIOS ? 5 : 10;
|
||||
static const _kForceClusteringFaceCount = 8000;
|
||||
|
||||
/// Only call this function once at app startup, after that you can directly call [runAllML]
|
||||
|
||||
Reference in New Issue
Block a user