Fix timeout bug

pull/1/head
yflory 2020-03-11 16:55:36 +01:00
parent 17be91f640
commit 7a91a6d606
1 changed files with 1 additions and 1 deletions

View File

@ -1774,7 +1774,7 @@ define([
if (now - lastPing > (2 * 60 * 1000)) {
var to = setTimeout(function () {
onTimeout(true);
});
}, 5000);
postMessage('PING', null, function () {
clearTimeout(to);
});