projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7262f7
)
Make the suggestion match the default value
author
Mark Felder
<feld@feld.me>
Mon, 8 Feb 2021 17:25:32 +0000
(11:25 -0600)
committer
Mark Felder
<feld@feld.me>
Mon, 8 Feb 2021 17:25:32 +0000
(11:25 -0600)
config/description.exs
patch
|
blob
|
history
diff --git
a/config/description.exs
b/config/description.exs
index f84b52a4f6904822f75f037990a2aeacf38b09c7..df510858232ced3d2b818ef0a2d4d73e5c887731 100644
(file)
--- a/
config/description.exs
+++ b/
config/description.exs
@@
-2888,7
+2888,7
@@
config :pleroma, :config_description, [
type: :integer,
description:
"Activity pub routes (except question activities). Default: `nil` (no expiration).",
- suggestions: [
30_000,
nil]
+ suggestions: [nil]
},
%{
key: :activity_pub_question,