[mob][photos] Only cluster when indexing is nearly done
This commit is contained in:
parent
1299e12d92
commit
9e8a127d4a
1 changed files with 1 additions and 1 deletions
|
@ -352,7 +352,7 @@ class FaceMlService {
|
|||
}
|
||||
|
||||
final indexingCompleteRatio = await _getIndexedDoneRatio();
|
||||
if (indexingCompleteRatio < 0.8) {
|
||||
if (indexingCompleteRatio < 0.95) {
|
||||
_logger.info(
|
||||
"Indexing is not far enough, skipping clustering. Indexing is at $indexingCompleteRatio",
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue