Skip to content

Commit 3e25e85

Browse files
committed
Decrease threshold
1 parent c284574 commit 3e25e85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate-scan-hashes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ function checkSimilar(hash1: ArrayBuffer | undefined, hash2: ArrayBuffer | undef
9898
} else if (hash1 === undefined || hash2 === undefined) {
9999
return false
100100
} else {
101-
return calculateSimilarity(hash1, hash2) > 0.99
101+
return calculateSimilarity(hash1, hash2) > 0.97
102102
}
103103
}
104104

0 commit comments

Comments
 (0)