Skip to content

Commit

Permalink
store: fix grpc-sample-limit param default
Browse files Browse the repository at this point in the history
  • Loading branch information
Giedrius Statkevičius committed Feb 4, 2019
1 parent 1264eba commit fbc8dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/thanos/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func registerStore(m map[string]setupFunc, app *kingpin.Application, name string
Default("2GB").Bytes()

maxSampleCount := cmd.Flag("grpc-sample-limit", "Maximum amount of samples returned via a single Series call.").
Default("5e7").Uint()
Default("50000000").Uint()

objStoreConfig := regCommonObjStoreFlags(cmd, "", true)

Expand Down

0 comments on commit fbc8dd8

Please sign in to comment.