Deprioritize joins through configured servers

This commit is contained in:
dasha_uwu
2025-08-31 12:30:27 +05:00
parent 44af849ed0
commit b59af0530c
3 changed files with 52 additions and 1 deletions

View File

@@ -1382,6 +1382,16 @@
#
#forbidden_usernames = []
# List of server names to deprioritize joining through.
#
# If a client requests a join through one of these servers,
# they will be tried last.
#
# Useful for preventing failed joins due to timeouts
# from a certain homeserver.
#
#deprioritize_joins_through_servers = ["matrix\.org"]
# Retry failed and incomplete messages to remote servers immediately upon
# startup. This is called bursting. If this is disabled, said messages may
# not be delivered until more messages are queued for that server. Do not