We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdd9d56 commit ffabc22Copy full SHA for ffabc22
internal/cmd/intake/runner/update/update.go
@@ -55,7 +55,7 @@ func NewUpdateCmd(p *params.CmdParams) *cobra.Command {
55
`$ stackit intake runner update xxx --display-name "new-runner-name"`),
56
examples.NewExample(
57
`Update the message capacity limits for an Intake Runner with ID "xxx"`,
58
- `$ stackit intake runner update xxx --max-message-size-kib 2000 --max-messages-per-hour 10000`),
+ `$ stackit intake runner update xxx --max-message-size-kib 1000 --max-messages-per-hour 10000`),
59
),
60
RunE: func(cmd *cobra.Command, args []string) error {
61
ctx := context.Background()
0 commit comments