Skip to content

Commit

Permalink
Merge pull request #5282 from HSLdevcom/DT-6723-part2
Browse files Browse the repository at this point in the history
DT-6723 Increase default walk speed for Waltti
  • Loading branch information
vesameskanen authored Feb 24, 2025
2 parents 76d7b63 + 3db5438 commit b17b00f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/configurations/config.default.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export default {
ticketTypes: 'none',
walkBoardCost: 120,
walkReluctance: 1.8,
walkSpeed: 1.2,
walkSpeed: 1.28,
transferPenalty: 0,
minTransferTime: 90,
includeBikeSuggestions: true,
Expand All @@ -205,7 +205,7 @@ export default {
more: 1,
most: 0.2,
},
walkSpeed: [0.69, 0.97, 1.2, 1.67, 2.22],
walkSpeed: [0.69, 0.97, 1.28, 1.67, 2.22],
bikeSpeed: [2.77, 4.15, 5.55, 6.94, 8.33],
},

Expand Down

0 comments on commit b17b00f

Please sign in to comment.