diff --git a/www/common/cryptpad-common.js b/www/common/cryptpad-common.js index bdcea756b..565a67c42 100644 --- a/www/common/cryptpad-common.js +++ b/www/common/cryptpad-common.js @@ -1774,7 +1774,7 @@ define([ if (now - lastPing > (2 * 60 * 1000)) { var to = setTimeout(function () { onTimeout(true); - }); + }, 5000); postMessage('PING', null, function () { clearTimeout(to); });