Live: Add configuration for client_queue_max_size (#114225)

Live: add configuration for client_queue_max_size
This commit is contained in:
Gareth
2025-11-20 20:08:26 +09:00
committed by GitHub
parent 6e9a33e712
commit 0efffd9ec8
4 changed files with 17 additions and 1 deletions
+4
View File
@@ -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 =