Commit b3aa9850d83c290507d3d264e431896527923594
1 parent
9874a40233
Exists in
master
and in
6 other branches
操作日志
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/TestController.java
View file @
b3aa985
... | ... | @@ -375,7 +375,7 @@ |
375 | 375 | List<PersonModel> personModels = personService.queryPersons(personModelQuery); |
376 | 376 | if (CollectionUtils.isNotEmpty(personModels)) |
377 | 377 | { |
378 | - int batchSize = 10000; | |
378 | + int batchSize = 5000; | |
379 | 379 | for(int i = 0,end = 0 ; i < personModels.size() ; i += batchSize) |
380 | 380 | { |
381 | 381 | end += batchSize; |