Skip to content

Commit

Permalink
LMSA-9497 - reduce page size, but still larger than original
Browse files Browse the repository at this point in the history
  • Loading branch information
chmaurer committed Dec 11, 2024
1 parent d286b24 commit 0189b3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@ public List<User> getRosterForCourseAsUser(String courseId, String asUser, List<
builder.queryParam("include[]", "email");
builder.queryParam("include[]", "avatar_url");
builder.queryParam("include[]", "enrollments");
builder.queryParam("per_page", "100");
builder.queryParam("per_page", "50");

if (asUser != null) {
builder.queryParam("as_user_id", asUser);
Expand Down

0 comments on commit 0189b3e

Please sign in to comment.