Increase tab/worker timeout value

pull/1/head
yflory 6 years ago
parent 728c2716b4
commit d317053db4

@ -1816,8 +1816,8 @@ define([
// Ping clients regularly to make sure one tab was not closed without sending a removeClient() // 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. // command. This allow us to avoid phantom viewers in pads.
var PING_INTERVAL = 30000; var PING_INTERVAL = 120000;
var MAX_PING = 5000; var MAX_PING = 30000;
var MAX_FAILED_PING = 2; var MAX_FAILED_PING = 2;
setInterval(function () { setInterval(function () {

Loading…
Cancel
Save