diff options
author | rinpatch <rinpatch@sdf.org> | 2020-09-02 13:46:11 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-09-08 13:00:49 +0300 |
commit | ea4b6c64d60d1dc3246f5a2f23a2e3a47e8fb476 (patch) | |
tree | f241a2cab5001d834c68d3d3d8257772cf936eda /docs/configuration/cheatsheet.md | |
parent | 8c3241df449857b408d653306f8c0713ebf3c880 (diff) | |
download | pleroma-ea4b6c64d60d1dc3246f5a2f23a2e3a47e8fb476.tar.gz |
Merge branch 'feat/rich-media-improvements' into 'develop'
Rich media improvements
See merge request pleroma/pleroma!2944
Diffstat (limited to 'docs/configuration/cheatsheet.md')
-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 b4504d1d7..b2980793d 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -359,6 +359,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 |