Generate dot graph from the debug app

This commit is contained in:
yflory
2019-02-19 14:31:05 +01:00
parent 03e94ae598
commit d0fc08b432
4 changed files with 85 additions and 2 deletions

View File

@@ -958,7 +958,7 @@ define([
common.autoStore.onStoreRequest = Util.mkEvent();
common.getFullHistory = function (data, cb) {
postMessage("GET_FULL_HISTORY", data, cb);
postMessage("GET_FULL_HISTORY", data, cb, {timeout: 180000});
};
common.getHistoryRange = function (data, cb) {
postMessage("GET_HISTORY_RANGE", data, cb);