summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2024-07-25 14:43:40 -0400
committerMark Felder <feld@feld.me>2024-07-25 14:43:40 -0400
commit775f45cfe254595561dff8b8dd10d6570d412612 (patch)
tree557e6be7e37bafca8fb3170beecdc9aad0b214fd /docs
parent187897874bddc27ef23606730e79522e3583ec43 (diff)
parent700c1066801ba1400a32c819fb0e608aa834aa51 (diff)
downloadpleroma-775f45cfe254595561dff8b8dd10d6570d412612.tar.gz
pleroma-775f45cfe254595561dff8b8dd10d6570d412612.zip
Merge remote-tracking branch 'origin/develop' into oban/backup
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration/cheatsheet.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md
index 5689d3be5..0b4e53b6f 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