Merge branch 'develop' into media-preview-proxy
[akkoma] / docs / configuration / cheatsheet.md
index 2f440adf4c6ab637543c67b71849743348d852e7..a9a650fab84a160bca00ea297ed860eb215064ba 100644 (file)
@@ -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