Skip to content

Commit

Permalink
#164 Add Second/Minute/Hour to rate limit options
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Jan 20, 2020
1 parent 8523ab9 commit 2a17ec1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default class AnalyzerConfigFormController {

this.AnalyzerService = AnalyzerService;
this.Tlps = Tlps;
this.rateUnits = ['Day', 'Month'];
this.rateUnits = ['Second', 'Minute', 'Hour', 'Day', 'Month'];
}

$onInit() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default class ResponderConfigFormController {

this.ResponderService = ResponderService;
this.Tlps = Tlps;
this.rateUnits = ['Day', 'Month'];
this.rateUnits = ['Second', 'Minute', 'Hour', 'Day', 'Month'];
}

applyConfig(config) {
Expand Down

0 comments on commit 2a17ec1

Please sign in to comment.