Skip to content

Commit

Permalink
Update docs for the max_fsm_queue option
Browse files Browse the repository at this point in the history
  • Loading branch information
chrzaszcz committed Jul 14, 2023
1 parent 563f592 commit c91d7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/configuration/general.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c91d7dd

Please sign in to comment.