add conf item for sender retry backoff limit

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-04-22 10:55:48 -07:00 committed by June
parent f273e8feb5
commit 938d1f6e77
3 changed files with 18 additions and 3 deletions

View file

@ -580,6 +580,11 @@ allow_profile_lookup_federation_requests = true
# Defaults to 180 seconds
#sender_idle_timeout = 180
# Federation sender transaction retry backoff limit
#
# Defaults to 86400 seconds
#sender_retry_backoff_limit = 86400
# Appservice URL request connection timeout
#
# Defaults to 120 seconds