DivestOS/Misc/Features/Lock_Screen_Timeouts.txt
2018-05-08 16:04:41 -04:00

4 lines
138 B
Plaintext

if (failedAttempts >= 12 && timeoutMs < (failedAttempts * 600000)) {
timeoutMs = (failedAttempts * 600000);
}