Remove full history timeout

pull/1/head
yflory 2018-02-09 15:47:29 +01:00
parent 0b022af5db
commit 3bb6d5a83c
1 changed files with 3 additions and 3 deletions

View File

@ -44,12 +44,12 @@ define([
History.readOnly = common.getMetadataMgr().getPrivateData().readOnly;
var to = window.setTimeout(function () {
/*var to = window.setTimeout(function () {
cb('[GET_FULL_HISTORY_TIMEOUT]');
}, 30000);
}, 30000);*/
common.getFullHistory(realtime, function () {
window.clearTimeout(to);
//window.clearTimeout(to);
cb(null, realtime);
});
};