Document the new timeout setting

This commit is contained in:
Mark Felder 2024-07-24 16:16:37 -04:00
commit 6598919213
2 changed files with 4 additions and 4 deletions

View file

@ -2101,11 +2101,11 @@ config :pleroma, :config_description, [
]
},
%{
key: :failure_backoff,
key: :timeout,
type: :integer,
description:
"Amount of milliseconds after request failure, during which the request will not be retried.",
suggestions: [60_000]
"Amount of milliseconds after which the HTTP request is forcibly terminated.",
suggestions: [5_000]
}
]
},