Skip to content

Commit

Permalink
Reverse order of limit durations
Browse files Browse the repository at this point in the history
  • Loading branch information
Slimane AMAR committed Sep 4, 2024
1 parent be43eb1 commit c1b6c1b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions src/main/resources/config/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,17 @@ security-analysis:
lowBound: 300
highBound: 500
limitDurations:
- lowBound: 0
lowClosed: true
highBound: 300
- lowBound: 600
lowClosed: false
highBound: ~
highClosed: false
- lowBound: 300
lowClosed: true
highBound: 600
highClosed: true
- lowBound: 600
lowClosed: false
highBound: ~
- lowBound: 0
lowClosed: true
highBound: 300
highClosed: false
defaultValues:
- [ 1, 1, 1, 1 ]
Expand Down
12 changes: 6 additions & 6 deletions src/test/resources/application-default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@ security-analysis:
lowBound: 300
highBound: 500
limitDurations:
- lowBound: 0
lowClosed: true
highBound: 300
- lowBound: 600
lowClosed: false
highBound: ~
highClosed: false
- lowBound: 300
lowClosed: true
highBound: 600
highClosed: true
- lowBound: 600
lowClosed: false
highBound: ~
- lowBound: 0
lowClosed: true
highBound: 300
highClosed: false
defaultValues:
- [ 1, 1, 1, 1 ]
Expand Down

0 comments on commit c1b6c1b

Please sign in to comment.