Skip to content

Commit

Permalink
Improve flag description
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi committed Mar 19, 2024
1 parent fb1d058 commit 7aea53b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ferretdb/main.go
Expand Up @@ -101,7 +101,7 @@ var cli struct {
} `embed:"" prefix:"capped-cleanup-"`

EnableNewAuth bool `default:"false" help:"Experimental: enable new authentication."`
BatchSize int `default:"100" help:"number of maximum insertion batch size"`
BatchSize int `default:"100" help:"Experimental: maximum insertion batch size."`

Telemetry struct {
URL string `default:"https://beacon.ferretdb.com/" help:"Telemetry: reporting URL."`
Expand Down

0 comments on commit 7aea53b

Please sign in to comment.