mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
elasticsearch: default interval fix
5s instead of 15s
This commit is contained in:
parent
242689abe2
commit
8870e3e85b
@ -106,7 +106,7 @@ func (c *baseClientImpl) GetTimeField() string {
|
||||
func (c *baseClientImpl) GetMinInterval(queryInterval string) (time.Duration, error) {
|
||||
return tsdb.GetIntervalFrom(c.ds, simplejson.NewFromAny(map[string]string{
|
||||
"interval": queryInterval,
|
||||
}), 15*time.Second)
|
||||
}), 5*time.Second)
|
||||
}
|
||||
|
||||
func (c *baseClientImpl) getSettings() *simplejson.Json {
|
||||
|
Loading…
Reference in New Issue
Block a user