diff --git a/server/face.js b/server/face.js index 0bb7e2c..eaff5a9 100644 --- a/server/face.js +++ b/server/face.js @@ -181,7 +181,7 @@ require("./db/photos").then(function(db) { concurrency: maxConcurrency }).then(() => { console.log("Face detection scanning completed."); - faces.forEach((a, i) => { + if (0) faces.forEach((a, i) => { faces.forEach((b, j) => { if (i == j) { return;