slower retry
This commit is contained in:
parent
aea0c5558e
commit
e4464f5e46
|
|
@ -48,5 +48,5 @@ function retryConnection() {
|
||||||
}
|
}
|
||||||
retries++
|
retries++
|
||||||
addErrorMessage(`!! Connection lost. Retrying...`)
|
addErrorMessage(`!! Connection lost. Retrying...`)
|
||||||
setTimeout(startConnection, 1000)
|
setTimeout(startConnection, 2000)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user