Skip to content

Commit 67cafad

Browse files
committed
fix: [#799] max number of results adjusted to page size
1 parent 9759a0c commit 67cafad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/v2/api.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ impl Api {
4545
}
4646

4747
fn default_max_user_profile_page_size() -> u8 {
48-
30
48+
100
4949
}
5050
}

0 commit comments

Comments
 (0)