Commit 14b20c69 by fudahua

队列处理逻辑变更

parent ebb5feb0
...@@ -74,7 +74,7 @@ public class FlatQueryResultServiceImpl implements IFlatQueryResultService { ...@@ -74,7 +74,7 @@ public class FlatQueryResultServiceImpl implements IFlatQueryResultService {
private static final Integer maxFields = 20; private static final Integer maxFields = 20;
private static final Integer SMALL_SIZE = 10; private static final Integer SMALL_SIZE = 2;
private static final Map<String, String> bigTaskRunningMap = new ConcurrentHashMap<>(); private static final Map<String, String> bigTaskRunningMap = new ConcurrentHashMap<>();
......
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