Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Accept wildcard characters: False
```
### -QuotaMultiplier

This parameter specifies the multiplier for the scaling feature.
This parameter specifies the multiplier for the scaling feature. Value must be between 2 and 10.

```yaml
Type: int
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Accept wildcard characters: False

### -QuotaMultiplier

This parameter specifies the quota multiplier limit for the scaling feature. Value must be between 1 and 10.
This parameter specifies the quota multiplier limit for the scaling feature. Value must be between 2 and 10.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@killerewok2000 this means the backend code also needs update? As I think it's still doing 1-10


```yaml
Type: int
Expand Down