Commit 40ebf032f843abd65bc397edbb00592d02b44d6d

Authored by liquanyu
1 parent 64327ec267

新曾高危优化

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntExRecordFacade.java View file @ 40ebf03
... ... @@ -659,7 +659,7 @@
659 659 {
660 660  
661 661 List<Future> listFuture = new ArrayList<>();
662   - int batchSize = 50;
  662 + int batchSize = 100;
663 663 int end = 0;
664 664 for (int i = 0; i < parentIds.size(); i += batchSize) {
665 665 end = (end + batchSize);