summaryrefslogtreecommitdiff
path: root/config/description.exs
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 /config/description.exs
parent187897874bddc27ef23606730e79522e3583ec43 (diff)
parent700c1066801ba1400a32c819fb0e608aa834aa51 (diff)
downloadpleroma-775f45cfe254595561dff8b8dd10d6570d412612.tar.gz
pleroma-775f45cfe254595561dff8b8dd10d6570d412612.zip
Merge remote-tracking branch 'origin/develop' into oban/backup
Diffstat (limited to 'config/description.exs')
-rw-r--r--config/description.exs6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/description.exs b/config/description.exs
index 179eea3f7..2809e9130 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -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]
}
]
},