From c1f2722c624c3bd33cbb5dd2d91114a636a70ec4 Mon Sep 17 00:00:00 2001 From: MatMaul Date: Wed, 21 Jun 2023 08:42:13 +0000 Subject: deploy: 496f73103df838795b0e98f8c1c7337468e41abc --- .../usage/configuration/config_documentation.html | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'develop/usage/configuration/config_documentation.html') diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html index a92798d0b1..a5739eae11 100644 --- a/develop/usage/configuration/config_documentation.html +++ b/develop/usage/configuration/config_documentation.html @@ -1161,6 +1161,29 @@ on this homeserver.

allow_device_name_lookup_over_federation: true
 

+

federation

+

The federation section defines some sub-options related to federation.

+

The following options are related to configuring timeout and retry logic for one request, +independently of the others. +Short retry algorithm is used when something or someone will wait for the request to have an +answer, while long retry is used for requests that happen in the background, +like sending a federation transaction.

+ +

Example configuration:

+
federation:
+  client_timeout: 180s
+  max_short_retry_delay: 7s
+  max_long_retry_delay: 100s
+  max_short_retries: 5
+  max_long_retries: 20
+
+

Caching

Options related to caching.


-- cgit 1.5.1