Commit d40566e26f241a7a5ce49a8e622ea0a6f53cdf30

Authored by liquanyu
1 parent eb8fd19985

登陆优化

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AccessPermissionFacade.java View file @ d40566e
... ... @@ -125,7 +125,7 @@
125 125 list.add(it.next());
126 126 }
127 127  
128   - int batchSize = 20;
  128 + int batchSize = 10;
129 129 int end = 0;
130 130 List<Future> futures = new ArrayList<>();
131 131 for (int i = 0; i < list.size(); i += batchSize) {