From 52e162c6cf02c304688f15fc9fd81e618a723800 Mon Sep 17 00:00:00 2001 From: MatMaul Date: Wed, 14 Jun 2023 09:57:14 +0000 Subject: deploy: ef0d3d7bd941b497ad8291c58bcc53700e08b999 --- .../usage/configuration/config_documentation.html | 23 ---------------------- 1 file changed, 23 deletions(-) (limited to 'v1.86/usage/configuration/config_documentation.html') diff --git a/v1.86/usage/configuration/config_documentation.html b/v1.86/usage/configuration/config_documentation.html index c20e1662f5..a92798d0b1 100644 --- a/v1.86/usage/configuration/config_documentation.html +++ b/v1.86/usage/configuration/config_documentation.html @@ -1161,29 +1161,6 @@ 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: 180
-  max_short_retry_delay: 7
-  max_long_retry_delay: 100
-  max_short_retries: 5
-  max_long_retries: 20
-
-

Caching

Options related to caching.


-- cgit 1.5.1