Skip to content

Commit fde858e

Browse files
committed
fix: [#797] max torrent page size increased to 100
1 parent 33392f4 commit fde858e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/v2/api.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ impl Api {
3737
}
3838

3939
fn default_max_torrent_page_size() -> u8 {
40-
30
40+
100
4141
}
4242

4343
fn default_user_profile_page_size() -> u8 {

0 commit comments

Comments
 (0)