Skip to content

Commit ebfbf04

Browse files
committed
chore: shorter max biking distance in HSL config
1 parent 9e0ee74 commit ebfbf04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/configurations/config.hsl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export default {
118118
},
119119

120120
suggestWalkMaxDistance: 12000,
121-
suggestBikeMaxDistance: 100000,
121+
suggestBikeMaxDistance: 40000,
122122

123123
omitNonPickups: true,
124124

0 commit comments

Comments
 (0)