[mob][photos] Only cluster when indexing is nearly done

This commit is contained in:
laurenspriem 2024-05-17 12:28:57 +05:30
parent 1299e12d92
commit 9e8a127d4a

View file

@ -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",
);