Live: Add configuration for client_queue_max_size (#114225)
Live: add configuration for client_queue_max_size
This commit is contained in:
@@ -1959,6 +1959,10 @@ max_connections = 100
|
||||
# The limit can be disabled by setting it to -1.
|
||||
message_size_limit = 8388608
|
||||
|
||||
# client_queue_max_size is the maximum size in bytes of the client queue
|
||||
# for Live connections. Defaults to 4MB.
|
||||
client_queue_max_size = 4194304
|
||||
|
||||
# allowed_origins is a comma-separated list of origins that can establish connection with Grafana Live.
|
||||
# If not set then origin will be matched over root_url. Supports wildcard symbol "*".
|
||||
allowed_origins =
|
||||
|
||||
Reference in New Issue
Block a user