Commit 8d5b76e4e8c2351fcddbc1df4b05320d8048c665

Authored by liquanyu
1 parent 40ebf032f8

新曾高危优化

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 @ 8d5b76e
... ... @@ -659,7 +659,7 @@
659 659 {
660 660  
661 661 List<Future> listFuture = new ArrayList<>();
662   - int batchSize = 100;
  662 + int batchSize = 80;
663 663 int end = 0;
664 664 for (int i = 0; i < parentIds.size(); i += batchSize) {
665 665 end = (end + batchSize);