Websocket client-side timeout: 5 -> 30 seconds

This commit is contained in:
Fabio Manganiello 2018-04-18 10:13:53 +02:00
parent d2b881fee7
commit a58fa23173
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ $(document).ready(function() {
openedWebsocket,
dateTimeInterval,
websocketTimeoutId,
websocketReconnectMsecs = 5000,
websocketReconnectMsecs = 30000,
eventListeners = [];
var initWebsocket = function() {