mirror of
https://github.com/grafana/grafana.git
synced 2025-01-26 00:06:58 -06:00
Improve language in configuration docs (#27695)
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
parent
a58a9e8e6d
commit
6e80c229fd
@ -1271,7 +1271,7 @@ If the remote HTTP image renderer service runs on a different server than the Gr
|
||||
### concurrent_render_request_limit
|
||||
|
||||
Concurrent render request limit affects when the /render HTTP endpoint is used. Rendering many images at the same time can overload the server,
|
||||
which this setting can help protect against by only allowing a certain amount of concurrent requests. Default is `30`.
|
||||
which this setting can help protect against by only allowing a certain number of concurrent requests. Default is `30`.
|
||||
|
||||
## [panels]
|
||||
|
||||
@ -1281,7 +1281,7 @@ Set to `true` if you want to test alpha panels that are not yet ready for genera
|
||||
|
||||
### disable_sanitize_html
|
||||
|
||||
If set to true Grafana will allow script tags in text panels. Not recommended as it enable XSS vulnerabilities. Default is false. This settings was introduced in Grafana v6.0.
|
||||
If set to true Grafana will allow script tags in text panels. Not recommended as it enables XSS vulnerabilities. Default is false. This setting was introduced in Grafana v6.0.
|
||||
|
||||
## [plugins]
|
||||
|
||||
@ -1357,7 +1357,7 @@ Mode `context` will cluster using incognito pages.
|
||||
|
||||
### rendering_clustering_max_concurrency
|
||||
|
||||
When rendering_mode = clustered you can define maximum number of browser instances/incognito pages that can execute concurrently..
|
||||
When rendering_mode = clustered you can define the maximum number of browser instances/incognito pages that can execute concurrently.
|
||||
|
||||
### rendering_viewport_max_width
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user