Commit ebb5feb0 by fudahua

队列处理逻辑变更

parent 5edf965a
...@@ -569,7 +569,7 @@ public class FlatQueryResultServiceImpl implements IFlatQueryResultService { ...@@ -569,7 +569,7 @@ public class FlatQueryResultServiceImpl implements IFlatQueryResultService {
/** 启动分配任务任务 */ /** 启动分配任务任务 */
private void runDistTask(Integer interval) { private void runDistTask(Integer interval) {
downloadService.scheduleAtFixedRate(new Runnable() { distService.scheduleAtFixedRate(new Runnable() {
@Override @Override
public void run() { public void run() {
ProviderLocalTag providerLocalTag = ProviderLocalTag.tag.get(); ProviderLocalTag providerLocalTag = ProviderLocalTag.tag.get();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment