From 6f8d9c8ade5256aa91557c479dc742ebaedb6ece Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9lia=20Barroso?= Date: Thu, 11 Dec 2025 09:46:47 +0000 Subject: [PATCH] fix: max-silence-size-bytes in doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Hélia Barroso --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 500f527064..3370ef78a8 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -26,7 +26,7 @@ Alertmanager supports a number of configurable limits via command-line flags. To limit the maximum number of silences, including expired ones, use the `--silences.max-silences` flag. -You can limit the maximum size of individual silences with `--silences.max-per-silence-bytes`, +You can limit the maximum size of individual silences with `--silences.max-silence-size-bytes`, where the unit is in bytes. Both limits are disabled by default.