aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/description.exs4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/description.exs b/config/description.exs
index 6f6462900..6e1a8e7ea 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -292,8 +292,8 @@ config :pleroma, :config_description, [
group: {:subgroup, Swoosh.Adapters.SMTP},
key: :retries,
type: :integer,
- description: "`Swoosh.Adapters.SMTP` adapter specific setting",
- suggestions: [5]
+ description: "SMTP temporary (4xx) error retries",
+ suggestions: [1]
},
%{
group: {:subgroup, Swoosh.Adapters.Sendgrid},