New: Indexer Setting for absolute maximum size for a release

This commit is contained in:
Qstick 2018-01-14 14:47:36 -05:00
parent 96c59e2b2b
commit d9a8a92b8e
9 changed files with 158 additions and 3 deletions

View file

@ -47,6 +47,18 @@ function IndexerOptions(props) {
/>
</FormGroup>
<FormGroup>
<FormLabel>Maximum Size</FormLabel>
<FormInputGroup
type={inputTypes.NUMBER}
name="maximumSize"
helpText="Maximum size for a release to be grabbed in MB. Set to zero to set to unlimited."
onChange={onInputChange}
{...settings.maximumSize}
/>
</FormGroup>
<FormGroup>
<FormLabel>Retention</FormLabel>