Skip to content

Conversation

@peppy
Copy link
Member

@peppy peppy commented Sep 1, 2025

Closes #34848

Can test with:

diff --git a/osu.Game/Screens/SelectV2/SongSelect.cs b/osu.Game/Screens/SelectV2/SongSelect.cs
index a97f0fbca0..334da8dd35 100644
--- a/osu.Game/Screens/SelectV2/SongSelect.cs
+++ b/osu.Game/Screens/SelectV2/SongSelect.cs
@@ -65,7 +65,7 @@ public abstract partial class SongSelect : ScreenWithBeatmapBackground, IKeyBind
     {
         // this is intentionally slightly higher than key repeat, but low enough to not impede user experience.
         // this avoids rapid churn loading when iterating the carousel using keyboard.
-        public const int SELECTION_DEBOUNCE = 100;
+        public const int SELECTION_DEBOUNCE = 0;
 
         private const float logo_scale = 0.4f;
         private const double fade_duration = 300;

@peppy peppy requested a review from bdach September 1, 2025 09:01
@peppy peppy added area:song-select quick fix Tasks which were taken on because they take no time to fix labels Sep 1, 2025
@bdach bdach merged commit 82a135a into ppy:master Sep 1, 2025
5 of 9 checks passed
@github-project-automation github-project-automation bot moved this from Next up to Done in osu! untitled project Sep 1, 2025
@peppy peppy deleted the fix-excess-requests-song-select branch September 9, 2025 08:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:song-select quick fix Tasks which were taken on because they take no time to fix size/XS

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

SongSelect: Leaderboard loads longer depending on how long the left or right arrow is held

2 participants