diff options
author | rinpatch <rinpatch@sdf.org> | 2020-09-02 14:21:28 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-09-02 14:59:52 +0300 |
commit | 19691389b92e617f1edad7d4e3168fe917d0a675 (patch) | |
tree | 4b66ad3f46a12a992b2e58513662887a71a5164c /config/description.exs | |
parent | 46236d1d873473d95b11cd7bfdcaa284ea55a9ad (diff) | |
download | pleroma-19691389b92e617f1edad7d4e3168fe917d0a675.tar.gz pleroma-19691389b92e617f1edad7d4e3168fe917d0a675.zip |
Rich media: Add failure tracking
Diffstat (limited to 'config/description.exs')
-rw-r--r-- | config/description.exs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/description.exs b/config/description.exs index 29a657333..5e08ba109 100644 --- a/config/description.exs +++ b/config/description.exs @@ -2385,6 +2385,13 @@ config :pleroma, :config_description, [ suggestions: [ Pleroma.Web.RichMedia.Parser.TTL.AwsSignedUrl ] + }, + %{ + key: :failure_backoff, + type: :integer, + description: + "Amount of milliseconds after request failure, during which the request will not be retried.", + suggestions: [60_000] } ] }, |