mirror of
https://github.com/grafana/grafana.git
synced 2024-11-23 09:26:43 -06:00
bug fix
bug fix
This commit is contained in:
parent
3b9ab6e204
commit
567db87c3a
@ -172,7 +172,7 @@ func addTermsAgg(aggBuilder es.AggBuilder, bucketAgg *BucketAgg, metrics []*Metr
|
||||
a.Size = 500
|
||||
}
|
||||
if a.Size == 0 {
|
||||
a.Size = 500
|
||||
a.Size = 500
|
||||
}
|
||||
|
||||
if minDocCount, err := bucketAgg.Settings.Get("min_doc_count").Int(); err == nil {
|
||||
|
Loading…
Reference in New Issue
Block a user