forked from platypush/platypush
s/1 second/3 seconds/
This commit is contained in:
parent
cb6894b6f8
commit
ef1843fdbc
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ $(document).ready(function() {
|
||||||
console.log('Websocket closed, code: ' + event.code);
|
console.log('Websocket closed, code: ' + event.code);
|
||||||
websocketReconnectInterval = setInterval(function() {
|
websocketReconnectInterval = setInterval(function() {
|
||||||
initWebsocket();
|
initWebsocket();
|
||||||
}, 1000);
|
}, 3000);
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue