Commit 64be303f688dc91de88dd9f202c29361b82f5eac

Authored by liquanyu
1 parent 5390fe5c4d

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 @ 64be303
... ... @@ -57,7 +57,7 @@
57 57  
58 58 if (CollectionUtils.isNotEmpty(riskConfig)) {
59 59  
60   - int batchSize = 3;
  60 + int batchSize = 2;
61 61 int end = 0;
62 62 List<Future> futures = new ArrayList<>();
63 63 for (int i = 0; i < riskConfig.size(); i += batchSize) {