Remove full history timeout
This commit is contained in:
parent
0b022af5db
commit
3bb6d5a83c
@ -44,12 +44,12 @@ define([
|
|||||||
|
|
||||||
History.readOnly = common.getMetadataMgr().getPrivateData().readOnly;
|
History.readOnly = common.getMetadataMgr().getPrivateData().readOnly;
|
||||||
|
|
||||||
var to = window.setTimeout(function () {
|
/*var to = window.setTimeout(function () {
|
||||||
cb('[GET_FULL_HISTORY_TIMEOUT]');
|
cb('[GET_FULL_HISTORY_TIMEOUT]');
|
||||||
}, 30000);
|
}, 30000);*/
|
||||||
|
|
||||||
common.getFullHistory(realtime, function () {
|
common.getFullHistory(realtime, function () {
|
||||||
window.clearTimeout(to);
|
//window.clearTimeout(to);
|
||||||
cb(null, realtime);
|
cb(null, realtime);
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user