DivestOS/Misc/Features/Lock_Screen_Timeouts.txt

4 lines
138 B
Plaintext
Raw Permalink Normal View History

2018-05-08 20:04:41 +00:00
if (failedAttempts >= 12 && timeoutMs < (failedAttempts * 600000)) {
timeoutMs = (failedAttempts * 600000);
}