mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
[RenderToPng fix] (#4901)
* removing useless code * fix various minor typo * don't silence phantomjs timeout and allow more time * fix gofmt
This commit is contained in:
@@ -31,7 +31,7 @@ func RenderToPng(c *middleware.Context) {
|
||||
Width: queryReader.Get("width", "800"),
|
||||
Height: queryReader.Get("height", "400"),
|
||||
SessionId: c.Session.ID(),
|
||||
Timeout: queryReader.Get("timeout", "15"),
|
||||
Timeout: queryReader.Get("timeout", "30"),
|
||||
}
|
||||
|
||||
renderOpts.Url = setting.ToAbsUrl(renderOpts.Url)
|
||||
|
||||
Reference in New Issue
Block a user