projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e3e8e2
)
Update SMTP error description and default value
author
Mark Felder
<feld@feld.me>
Sat, 6 Feb 2021 18:06:47 +0000
(12:06 -0600)
committer
Mark Felder
<feld@feld.me>
Sat, 6 Feb 2021 18:06:47 +0000
(12:06 -0600)
config/description.exs
patch
|
blob
|
history
diff --git
a/config/description.exs
b/config/description.exs
index 6f6462900895897bf1782894dc7ff2b2466e315b..6e1a8e7ead494ea76d8afbb08191e70da1b10122 100644
(file)
--- 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},