Skip to content

Commit

Permalink
Log data size
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui committed Jun 22, 2024
1 parent 917e025 commit 2a47fd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/adapters/beatmap_mirrors/mirror_aggregate.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ async def fetch_beatmap_zip_data(beatmapset_id: int) -> bytes | TimedOut | None:
"mirror_name": mirror.name,
"beatmapset_id": beatmapset_id,
"ms_elapsed": ms_elapsed,
"data_size": len(result),
},
)
return result

0 comments on commit 2a47fd3

Please sign in to comment.