diff options
author | Himbeer <himbeer@disroot.org> | 2024-10-13 22:55:50 +0200 |
---|---|---|
committer | Himbeer <himbeer@disroot.org> | 2024-10-13 22:55:50 +0200 |
commit | 624ccca4bce6324bee133384d3dfe0487600bf2c (patch) | |
tree | 045a3521b1011db8a52629d35eaf720741ae707a | |
parent | e3048097f2e618061d8f3d7b2c91b0f5783133a4 (diff) |
Fix Server.Fallback config option documentation
This commit removes a remnant sentence from the previous logic and adds
network errors to the list of triggers.
-rw-r--r-- | doc/config.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/config.md b/doc/config.md index e9e4e01..687476e 100644 --- a/doc/config.md +++ b/doc/config.md @@ -145,8 +145,7 @@ for more information. Type: string Default: "" Description: The name of the server a client should fall back to if this server -shuts down or crashes gracefully. Connection attempts are made in the order in -which the servers are given. +shuts down, crashes gracefully or the network connection disconnects. ``` > `ForceDefaultSrv` |