diff options
author | Mark Felder <feld@feld.me> | 2024-07-24 16:16:37 -0400 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2024-07-24 16:16:37 -0400 |
commit | 659891921371fd3a8788089fbc96a9158f07f289 (patch) | |
tree | d3b034ccdde9bb3b03738380e5c1ccd49e3c0450 /docs | |
parent | 2314ff59811a1a258bcfb7e9888dbea82405e23a (diff) | |
download | pleroma-659891921371fd3a8788089fbc96a9158f07f289.tar.gz pleroma-659891921371fd3a8788089fbc96a9158f07f289.zip |
Document the new timeout setting
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration/cheatsheet.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index 9c5659988..ab0d1c78d 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -436,7 +436,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. +* `timeout`: Amount of milliseconds after which the HTTP request is forcibly terminated. ## HTTP server |