summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/description.exs6
1 files changed, 4 insertions, 2 deletions
diff --git a/config/description.exs b/config/description.exs
index 53d980c83..c1174660f 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -2750,7 +2750,8 @@ config :pleroma, :config_description, [
description: "Tesla adapter",
suggestions: [Tesla.Adapter.Hackney]
}
- ]
+ ],
+ need_reboot: true
},
%{
group: :pleroma,
@@ -2762,7 +2763,8 @@ config :pleroma, :config_description, [
key: :enabled,
type: :boolean
}
- ]
+ ],
+ need_reboot: true
},
%{
group: :prometheus,