mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-12-14 18:34:30 -05:00
4 lines
138 B
Plaintext
4 lines
138 B
Plaintext
|
if (failedAttempts >= 12 && timeoutMs < (failedAttempts * 600000)) {
|
||
|
timeoutMs = (failedAttempts * 600000);
|
||
|
}
|