updated thresholds again

This commit is contained in:
Jack 2020-07-14 01:33:12 +01:00
parent 60df40ae96
commit 49266d4197

View file

@ -444,8 +444,8 @@ exports.testCompleted = functions.https.onCall((request, response) => {
if (!verified) {
if (keySpacing !== null && keyDuration !== null) {
if (
keySpacing.sd < 12 ||
keyDuration.sd < 11 ||
keySpacing.sd <= 15 ||
keyDuration.sd <= 10 ||
keyDuration.average < 15
) {
console.error(