From 577ed534611b97a7e7efc4fbc64de2326b71da49 Mon Sep 17 00:00:00 2001 From: Jack Date: Tue, 14 Jul 2020 01:24:40 +0100 Subject: [PATCH] lowered threshold --- functions/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/index.js b/functions/index.js index 47f37b832..a977d0531 100644 --- a/functions/index.js +++ b/functions/index.js @@ -444,8 +444,8 @@ exports.testCompleted = functions.https.onCall((request, response) => { if (!verified) { if (keySpacing !== null && keyDuration !== null) { if ( - keySpacing.sd < 15 || - keyDuration.sd < 15 || + keySpacing.sd < 12 || + keyDuration.sd < 12 || keyDuration.average < 15 ) { console.error(