Skip to content

Commit

Permalink
PLT-372 Paginate 1500 role users
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilbonte21 committed Nov 30, 2023
1 parent 0590a7c commit 966b494
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ public RangerRole call() throws Exception {
//get all users for Roles
Thread usersFetcher = new Thread(() -> {
int start = 0;
int size = 500;
int size = 1500;
boolean found = true;
Set<UserRepresentation> ret = new HashSet<>();

Expand Down

0 comments on commit 966b494

Please sign in to comment.