Skip to content

Commit

Permalink
fix: [torrust#797] max torrent page size increased to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-nt committed Jan 22, 2025
1 parent 33392f4 commit fde858e
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 @@ -37,7 +37,7 @@ impl Api {
}

fn default_max_torrent_page_size() -> u8 {
30
100
}

fn default_user_profile_page_size() -> u8 {
Expand Down

0 comments on commit fde858e

Please sign in to comment.