Increase connection timeout to 2s

master
0xee 2019-11-09 09:21:47 +01:00
parent 4e6b2307dd
commit ac284ffb1f
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ function startConnect() {
onSuccess: onConnect,
});
connectionCheckTimeout = setTimeout(checkConnection, 1000);
connectionCheckTimeout = setTimeout(checkConnection, 2000);
}
function log(msg) {