mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
4 lines
138 B
Plaintext
4 lines
138 B
Plaintext
|
if (failedAttempts >= 12 && timeoutMs < (failedAttempts * 600000)) {
|
||
|
timeoutMs = (failedAttempts * 600000);
|
||
|
}
|