Skip to content

Commit 1717a57

Browse files
committed
Correct biking limit
1 parent ac5704c commit 1717a57

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

hsl/router-config.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"routingDefaults": {
33
"transferSlack": "1m30s",
44
"waitReluctance": 0.95,
5+
"elevatorBoardTime": 60,
56
"bicycle": {
67
"boardCost": 120,
78
"reluctance": 1.7,
@@ -29,11 +30,9 @@
2930
}
3031
}
3132
},
32-
"elevatorBoardTime": 60,
33+
"maxDirectStreetDuration": "90m",
3334
"maxDirectStreetDurationForMode": {
34-
"walk": "90m",
35-
"car": "90m",
36-
"bike": "180m"
35+
"bike": "360m"
3736
},
3837
"maxJourneyDuration": "12h",
3938
"streetRoutingTimeout": "6s",

0 commit comments

Comments
 (0)