From c91d7ddcf04499d53d5fa5266d5002fe71ee0a12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Chrz=C4=85szcz?= Date: Fri, 14 Jul 2023 09:43:31 +0200 Subject: [PATCH] Update docs for the max_fsm_queue option --- doc/configuration/general.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/configuration/general.md b/doc/configuration/general.md index ebddbdfc65..129aaef172 100644 --- a/doc/configuration/general.md +++ b/doc/configuration/general.md @@ -199,7 +199,7 @@ Replaces [Cowboy](https://github.com/ninenines/cowboy)'s default name returned i * **Example:** `max_fsm_queue = 5000` When specified, will terminate certain processes (e.g. client handlers) that have more messages accumulated in the queue than the specified limit, to prevent resource exhaustion. -This option is set for C2S, outgoing S2S and component connections and can be overridden for particular `s2s` or `service` listeners in their configurations. **Use with caution!** +This option is set for outgoing S2S and component connections and can be overridden for a particular `service` listeners in their configurations. **Use with caution!** ### `general.domain_certfile` * **Syntax:** array of TOML tables with the following mandatory content: