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

Commit

Permalink
Document appservice_max_backoff_s in config documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tadzik committed May 20, 2022
1 parent 548778a commit 08f7d32
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/usage/configuration/config_documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2292,6 +2292,21 @@ Example configuration:
track_appservice_user_ips: true
```
---
Config option: `appservice_max_backoff_s`

Set to establish a maximum backoff (in seconds) between HS -> AS connection attempts.
Upon failing to push appservice events, the homeserver will reattempt connection to the
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),
which is the default behaviour if this option is not set.

Example configuration:
```yaml
appservice_max_backoff_s: 1
```
---
Config option: `macaroon_secret_key`

A secret which is used to sign access tokens. If none is specified,
Expand Down

0 comments on commit 08f7d32

Please sign in to comment.