Skip to content

Commit

Permalink
fix: [#799] max number of results adjusted to page size
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-nt committed Jan 26, 2025
1 parent 9759a0c commit 67cafad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/v2/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ impl Api {
}

fn default_max_user_profile_page_size() -> u8 {
30
100
}
}

0 comments on commit 67cafad

Please sign in to comment.