mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-12 15:08:45 +08:00
lowered threshold
This commit is contained in:
parent
776f80fab5
commit
577ed53461
1 changed files with 2 additions and 2 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue