perf: get more musics at once
This commit is contained in:
@@ -28,7 +28,7 @@ pub async fn get_user_all_music(
|
|||||||
GetUserMusicApi {
|
GetUserMusicApi {
|
||||||
user_id,
|
user_id,
|
||||||
next_index: index.unwrap_or_default(),
|
next_index: index.unwrap_or_default(),
|
||||||
max_count: 50,
|
max_count: 2000,
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
.await?;
|
.await?;
|
||||||
|
|||||||
Reference in New Issue
Block a user