4 lines
138 B
Plaintext
4 lines
138 B
Plaintext
![]() |
if (failedAttempts >= 12 && timeoutMs < (failedAttempts * 600000)) {
|
||
|
timeoutMs = (failedAttempts * 600000);
|
||
|
}
|