Skip to content

Commit f1d8977

Browse files
committed
Change car access/egress and transfer durations in kela config.
1 parent 0dfab2c commit f1d8977

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

kela/build-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"transferParametersForMode": {
2222
"CAR": {
2323
"disableDefaultTransfers": true,
24-
"carsAllowedStopMaxTransferDuration": "60m"
24+
"carsAllowedStopMaxTransferDuration": "2h"
2525
}
2626
},
2727
"boardingLocationTags": ["ref", "ref:findt", "ref:findr"],

kela/router-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"maxDuration": "8h",
2929
"maxStopCount": "400",
3030
"maxDurationForMode": {
31-
"CAR": "60m"
31+
"CAR": "2h"
3232
},
3333
"maxStopCountForMode": {
3434
"CAR": 0

0 commit comments

Comments
 (0)