add conf item for sender retry backoff limit
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
f273e8feb5
commit
938d1f6e77
3 changed files with 18 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue