Skip to content

Commit

Permalink
Add throttlelimit validation
Browse files Browse the repository at this point in the history
  • Loading branch information
jvlflame committed Sep 3, 2020
1 parent 63d8f8f commit a15a1d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Javinizer/Private/Test-JVSettings.ps1
Expand Up @@ -103,7 +103,8 @@ function Test-JVSettings {
'match.minimumfilesize',
'match.regex.idmatch',
'match.regex.ptmatch',
'sort.maxtitlelength'
'sort.maxtitlelength',
'throttlelimit'
) | Test-JVSettingsGroup -Settings $Settings -Type Integer

$stringSettings = @(
Expand Down

0 comments on commit a15a1d3

Please sign in to comment.