Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stressmodel.js
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
message.push('Increasing LTS to 2 because the maxspeed is between 41-50 km/h and parking present.')
lts = 2
}
} else if (maxspeed < 65) {
} else if (maxspeed < 55) {
if (lts < 3) {
rule = 'b7'
message.push('Increasing LTS to 3 because the maxspeed is between 51-54 km/h and parking present.')
Expand Down