Skip to content

Commit

Permalink
Reduce access/egress stop limit slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
vesameskanen committed Dec 19, 2023
1 parent deeab45 commit e3b12db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kela/router-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"stairsTimeFactor": 2,
"elevatorBoardTime": 60,
"accessEgress": {
"maxDuration": "8h"
"maxDuration": "8h",
"maxStopCount": "400"
},
"maxDirectStreetDuration": "100h",
"maxDirectStreetDurationForMode": {
Expand Down

0 comments on commit e3b12db

Please sign in to comment.