Skip to content

Commit b0e6939

Browse files
SlimaneAmarSlimane AMAR
andauthored
Reverse order of limit durations (#139)
Co-authored-by: Slimane AMAR <[email protected]>
1 parent be43eb1 commit b0e6939

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

src/main/resources/config/application.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,17 +68,17 @@ security-analysis:
6868
lowBound: 300
6969
highBound: 500
7070
limitDurations:
71-
- lowBound: 0
72-
lowClosed: true
73-
highBound: 300
71+
- lowBound: 600
72+
lowClosed: false
73+
highBound: ~
7474
highClosed: false
7575
- lowBound: 300
7676
lowClosed: true
7777
highBound: 600
7878
highClosed: true
79-
- lowBound: 600
80-
lowClosed: false
81-
highBound: ~
79+
- lowBound: 0
80+
lowClosed: true
81+
highBound: 300
8282
highClosed: false
8383
defaultValues:
8484
- [ 1, 1, 1, 1 ]

src/test/resources/application-default.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@ security-analysis:
3030
lowBound: 300
3131
highBound: 500
3232
limitDurations:
33-
- lowBound: 0
34-
lowClosed: true
35-
highBound: 300
33+
- lowBound: 600
34+
lowClosed: false
35+
highBound: ~
3636
highClosed: false
3737
- lowBound: 300
3838
lowClosed: true
3939
highBound: 600
4040
highClosed: true
41-
- lowBound: 600
42-
lowClosed: false
43-
highBound: ~
41+
- lowBound: 0
42+
lowClosed: true
43+
highBound: 300
4444
highClosed: false
4545
defaultValues:
4646
- [ 1, 1, 1, 1 ]

0 commit comments

Comments
 (0)