增加历史数据上传任务深度

This commit is contained in:
LQF 2017-08-29 12:03:18 +08:00
parent 65f1eaa4d5
commit 0983633972
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}