From a58fa23173123c89cfcc5ca911b3d4883c4f93d4 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Wed, 18 Apr 2018 10:13:53 +0200 Subject: [PATCH] Websocket client-side timeout: 5 -> 30 seconds --- platypush/backend/http/static/js/application.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platypush/backend/http/static/js/application.js b/platypush/backend/http/static/js/application.js index b841bffe..83768316 100644 --- a/platypush/backend/http/static/js/application.js +++ b/platypush/backend/http/static/js/application.js @@ -4,7 +4,7 @@ $(document).ready(function() { openedWebsocket, dateTimeInterval, websocketTimeoutId, - websocketReconnectMsecs = 5000, + websocketReconnectMsecs = 30000, eventListeners = []; var initWebsocket = function() {