Increase connection timeout to 2s
This commit is contained in:
parent
4e6b2307dd
commit
ac284ffb1f
@ -20,7 +20,7 @@ function startConnect() {
|
||||
onSuccess: onConnect,
|
||||
});
|
||||
|
||||
connectionCheckTimeout = setTimeout(checkConnection, 1000);
|
||||
connectionCheckTimeout = setTimeout(checkConnection, 2000);
|
||||
}
|
||||
|
||||
function log(msg) {
|
||||
|
Loading…
Reference in New Issue
Block a user