diff --git a/www/common/outer/async-store.js b/www/common/outer/async-store.js index 39aac9b54..ad9982030 100644 --- a/www/common/outer/async-store.js +++ b/www/common/outer/async-store.js @@ -1816,8 +1816,8 @@ define([ // Ping clients regularly to make sure one tab was not closed without sending a removeClient() // command. This allow us to avoid phantom viewers in pads. - var PING_INTERVAL = 30000; - var MAX_PING = 5000; + var PING_INTERVAL = 120000; + var MAX_PING = 30000; var MAX_FAILED_PING = 2; setInterval(function () {