增加历史数据上传任务深度
This commit is contained in:
parent
65f1eaa4d5
commit
0983633972
|
@ -64,7 +64,7 @@ bool HistoryStore::Open(bool UseThousand)
|
|||
}
|
||||
_task = Sys.AddTask(RenderTask, this, p, p, "历史数据");
|
||||
auto task = Task::Get(_task);
|
||||
task->MaxDeepth = 2;
|
||||
task->MaxDeepth = 4;
|
||||
|
||||
return Opened = true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue