Merge branch '2130-mfa-users-oauth-login-fix' into 'develop'
[akkoma] / config / description.exs
index 29a657333e50c564fbfeba4bf61be39d36dc19e0..5e08ba109d98b898d9a63c35e382a8d4ff68aca1 100644 (file)
@@ -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]
       }
     ]
   },