diff --git a/osu.Game/Rulesets/UI/Scrolling/ScrollingPlayfield.cs b/osu.Game/Rulesets/UI/Scrolling/ScrollingPlayfield.cs
index 231892bdd9..830214803c 100644
--- a/osu.Game/Rulesets/UI/Scrolling/ScrollingPlayfield.cs
+++ b/osu.Game/Rulesets/UI/Scrolling/ScrollingPlayfield.cs
@@ -31,7 +31,7 @@ namespace osu.Game.Rulesets.UI.Scrolling
///
/// The step increase/decrease of the span of time visible by the length of the scrolling axes.
///
- private const double time_span_step = 500;
+ private const double time_span_step = 200;
///
/// The span of time that is visible by the length of the scrolling axes.