diff options
author | rinpatch <rinpatch@sdf.org> | 2020-09-02 13:46:11 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-09-02 13:46:11 +0000 |
commit | d6e979aebe7d837aea8bf80323b937eab87e096d (patch) | |
tree | 32f0c3901f9d4ca3df1c76f79d31052d450b6858 /docs/configuration | |
parent | 47ff425cfd53212aba26e9eba86de16e3ef1442b (diff) | |
parent | d48fc90978eee46c8fba00a80082d14fc31a0eec (diff) | |
download | pleroma-d6e979aebe7d837aea8bf80323b937eab87e096d.tar.gz |
Merge branch 'feat/rich-media-improvements' into 'develop'
Rich media improvements
See merge request pleroma/pleroma!2944
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 |