From 9d519138aa060977b6691388dbb265be584e6d17 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Fri, 1 May 2026 18:42:55 -0400 Subject: [PATCH] [locations] Biking is slower than that --- vrobbler/apps/locations/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vrobbler/apps/locations/utils.py b/vrobbler/apps/locations/utils.py index 8d0d55a..efa4134 100644 --- a/vrobbler/apps/locations/utils.py +++ b/vrobbler/apps/locations/utils.py @@ -11,7 +11,7 @@ SPEED_THRESHOLDS = { "at_rest": 0.5, "walking": 1, "running": 2.5, - "bicycling": 6.5, + "bicycling": 5, "driving": 10, }