Commit 1a9129d085a3de0999485a96cfaf52e396c149b5

Authored by liquanyu
1 parent 66b6335fdf

update code

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/utils/HiskCountTask.java View file @ 1a9129d
... ... @@ -57,7 +57,7 @@
57 57  
58 58 if (CollectionUtils.isNotEmpty(riskConfig)) {
59 59  
60   - int batchSize = 3;
  60 + int batchSize = 10;
61 61 int end = 0;
62 62 List<Future> futures = new ArrayList<>();
63 63 for (int i = 0; i < riskConfig.size(); i += batchSize) {