logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 227dd84f1175ed61c768c0ada39b748371c0c441
parent 9e3e8e2e30d48c2989bc645f2b7929eb339de09b
Author: Mark Felder <feld@feld.me>
Date:   Sat,  6 Feb 2021 12:06:47 -0600

Update SMTP error description and default value

Diffstat:

Mconfig/description.exs4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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},