mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-11 06:05:16 +08:00
updated thresholds again
This commit is contained in:
parent
60df40ae96
commit
49266d4197
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 < 12 ||
|
||||
keyDuration.sd < 11 ||
|
||||
keySpacing.sd <= 15 ||
|
||||
keyDuration.sd <= 10 ||
|
||||
keyDuration.average < 15
|
||||
) {
|
||||
console.error(
|
||||
|
|
Loading…
Reference in a new issue