From adba34cde638d2afcf619b1fe509d84ceefcdd82 Mon Sep 17 00:00:00 2001 From: mokurin000 <1348292515a@gmail.com> Date: Wed, 6 Aug 2025 03:21:50 +0800 Subject: [PATCH] perf: get more musics at once --- sdgb-api/src/title/helper/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdgb-api/src/title/helper/mod.rs b/sdgb-api/src/title/helper/mod.rs index 6a3a449..d790b71 100644 --- a/sdgb-api/src/title/helper/mod.rs +++ b/sdgb-api/src/title/helper/mod.rs @@ -28,7 +28,7 @@ pub async fn get_user_all_music( GetUserMusicApi { user_id, next_index: index.unwrap_or_default(), - max_count: 50, + max_count: 2000, }, ) .await?;