From: Mark Felder Date: Sat, 6 Feb 2021 18:06:47 +0000 (-0600) Subject: Update SMTP error description and default value X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=227dd84f1175ed61c768c0ada39b748371c0c441;p=akkoma Update SMTP error description and default value --- 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},