Increase preview count

This commit is contained in:
Manav Rathi
2024-10-15 11:33:14 +05:30
parent d8ed89d5fd
commit 78a87ad6d4

View File

@@ -430,7 +430,7 @@ export const suggestionsForPerson = async (person: CGroupPerson) => {
previewFaces.push({ file, faceID });
if (previewFaces.length == 3) break;
if (previewFaces.length == 4) break;
}
const id = cluster.id;