Skip to content

Commit

Permalink
Update pkg/mimirtool/commands/remote_read.go
Browse files Browse the repository at this point in the history
Co-authored-by: Dimitar Dimitrov <[email protected]>
  • Loading branch information
julienduchesne and dimitarvdimitrov authored Dec 19, 2024
1 parent 70c6510 commit a41990e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/mimirtool/commands/remote_read.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func (c *RemoteReadCommand) Register(app *kingpin.Application, envVars EnvVarNam
Default(now.Format(time.RFC3339)).
StringVar(&c.to)
cmd.Flag("read-size-limit", "Maximum number of bytes to read.").
Default(strconv.Itoa(DefaultChunkedReadLimit)). // 1MiB
Default(strconv.Itoa(DefaultChunkedReadLimit)).
Uint64Var(&c.readSizeLimit)
}

Expand Down

0 comments on commit a41990e

Please sign in to comment.