mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 10:20:29 -06:00
Merge branch 'master' into docs-5.1
This commit is contained in:
commit
f2c5417ee4
@ -202,7 +202,7 @@ func (r *SqlAnnotationRepo) Find(query *annotations.ItemQuery) ([]*annotations.I
|
||||
}
|
||||
|
||||
if query.Limit == 0 {
|
||||
query.Limit = 10
|
||||
query.Limit = 100
|
||||
}
|
||||
|
||||
sql.WriteString(fmt.Sprintf(" ORDER BY epoch DESC LIMIT %v", query.Limit))
|
||||
|
Loading…
Reference in New Issue
Block a user