From a84c56e1ef7d4cf42957d090b5a37cc2d7a615fb Mon Sep 17 00:00:00 2001 From: Aaron Sanders Date: Tue, 29 Jul 2025 01:45:21 -0700 Subject: [PATCH] Live: Raise Grafana Live message_size_limit (#108414) --- conf/defaults.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/defaults.ini b/conf/defaults.ini index 889677b651a..854d348e8c9 100644 --- a/conf/defaults.ini +++ b/conf/defaults.ini @@ -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 "*".