diff options
author | rinpatch <rinpatch@sdf.org> | 2020-09-02 14:21:28 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-09-02 14:59:52 +0300 |
commit | 19691389b92e617f1edad7d4e3168fe917d0a675 (patch) | |
tree | 4b66ad3f46a12a992b2e58513662887a71a5164c /docs/configuration | |
parent | 46236d1d873473d95b11cd7bfdcaa284ea55a9ad (diff) | |
download | pleroma-19691389b92e617f1edad7d4e3168fe917d0a675.tar.gz |
Rich media: Add failure tracking
Diffstat (limited to 'docs/configuration')
-rw-r--r-- | docs/configuration/cheatsheet.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index 2f440adf4..a9a650fab 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -361,6 +361,7 @@ config :pleroma, Pleroma.Web.MediaProxy.Invalidation.Http, * `ignore_hosts`: list of hosts which will be ignored by the metadata parser. For example `["accounts.google.com", "xss.website"]`, defaults to `[]`. * `ignore_tld`: list TLDs (top-level domains) which will ignore for parse metadata. default is ["local", "localdomain", "lan"]. * `parsers`: list of Rich Media parsers. +* `failure_backoff`: Amount of milliseconds after request failure, during which the request will not be retried. ## HTTP server |