Skip to content

Commit

Permalink
fix: increase no of users to migrate at once
Browse files Browse the repository at this point in the history
  • Loading branch information
tkuzynow committed Feb 12, 2024
1 parent 139539d commit e6be7ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
public class KeycloakService {

private static final String SEARCH_PARAM = "search";
private static final String MAX_USERS_TO_MIGRATE = "500";
private static final String MAX_USERS_TO_MIGRATE = "850";
private static final String PROVIDED_ROLE_DOESNT_EXISTS_IN_KEYCLOAK_MSG =
"The provided role {} doesn't exists in keycloak, please create it first";
private final KeycloakConfig keycloakConfig;
Expand Down

0 comments on commit e6be7ee

Please sign in to comment.