s/1 second/3 seconds/

This commit is contained in:
Fabio Manganiello 2018-04-09 23:58:54 +02:00
parent cb6894b6f8
commit ef1843fdbc
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ $(document).ready(function() {
console.log('Websocket closed, code: ' + event.code);
websocketReconnectInterval = setInterval(function() {
initWebsocket();
}, 1000);
}, 3000);
};
};