aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-09-03 11:29:39 +0200
committerlain <lain@soykaf.club>2020-09-03 11:29:39 +0200
commitf26b580e80e57f162442e6f0c3bc0072cb935ce3 (patch)
tree3aad914a705da3574c3924c7dc6915965c2e3ad7 /docs
parent0a9c63fb4351ed29a521697f2c584b0ae007696c (diff)
parentd1a6f67b1d92e17f4fe3cfc8f296879326897220 (diff)
downloadpleroma-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.md1
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