diff --git a/platypush/backend/http/static/js/application.js b/platypush/backend/http/static/js/application.js index 654677537..54992cf7d 100644 --- a/platypush/backend/http/static/js/application.js +++ b/platypush/backend/http/static/js/application.js @@ -33,7 +33,7 @@ $(document).ready(function() { console.log('Websocket closed, code: ' + event.code); websocketReconnectInterval = setInterval(function() { initWebsocket(); - }, 1000); + }, 3000); }; };