feat(score): allow to recalculate all score pp

This commit is contained in:
MingxuanGame
2025-08-14 06:50:17 +00:00
parent c8b6c1fa0e
commit ebbc0b8252
5 changed files with 163 additions and 11 deletions

View File

@@ -518,7 +518,7 @@ async def get_user_best_pp(
session: AsyncSession,
user: int,
mode: GameMode,
limit: int = 200,
limit: int = 1000,
) -> Sequence[PPBestScore]:
return (
await session.exec(