diff options
author | lain <lain@soykaf.club> | 2020-09-03 11:29:39 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-09-03 11:29:39 +0200 |
commit | f26b580e80e57f162442e6f0c3bc0072cb935ce3 (patch) | |
tree | 3aad914a705da3574c3924c7dc6915965c2e3ad7 /docs | |
parent | 0a9c63fb4351ed29a521697f2c584b0ae007696c (diff) | |
parent | d1a6f67b1d92e17f4fe3cfc8f296879326897220 (diff) | |
download | pleroma-f26b580e80e57f162442e6f0c3bc0072cb935ce3.tar.gz |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into seanking/pleroma-fix_install_fe_bug
Diffstat (limited to 'docs')
-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 |