Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Document the default behaviour of appservice_max_backoff
Browse files Browse the repository at this point in the history
  • Loading branch information
tadzik committed May 13, 2022
1 parent cf22683 commit 727bbf8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions synapse/config/appservice.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ def generate_config_section(cls, **kwargs: Any) -> str:
# application service after a delay. The delay increases with subsequent retries.
# This value sets an upper limit on that delay.
#
# Regardless of this setting, the delay will never be longer than 512 seconds (about 8.5 minutes).
#
#appservice_max_backoff: 60
"""

Expand Down

0 comments on commit 727bbf8

Please sign in to comment.