Live: Raise Grafana Live message_size_limit (#108414)
This commit is contained in:
+2
-2
@@ -1902,9 +1902,9 @@ update_strategy = minor
|
||||
# tuning. 0 disables Live, -1 means unlimited connections.
|
||||
max_connections = 100
|
||||
|
||||
# message_size_limit is the maximum size in bytes of Websocket messages from clients. Defaults to 64KB.
|
||||
# message_size_limit is the maximum size in bytes of Websocket messages from clients. Defaults to 8MB.
|
||||
# The limit can be disabled by setting it to -1.
|
||||
message_size_limit = 65536
|
||||
message_size_limit = 8388608
|
||||
|
||||
# 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 "*".
|
||||
|
||||
Reference in New Issue
Block a user