summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelina Filippova <linakirsanova@gmail.com>2021-03-29 22:26:34 +0300
committerAngelina Filippova <linakirsanova@gmail.com>2021-03-29 22:26:34 +0300
commit567c93a26d90645f9d3e932136ef30f84e6f85b6 (patch)
treee79b37286bbc0c9b559e7c4f22b563eb77e3dd9b
parent481f63a9a78830f3c42c8cb60b49a88a5e8861f4 (diff)
Update type of :queues, remove unused suggestions
-rw-r--r--config/description.exs13
1 files changed, 1 insertions, 12 deletions
diff --git a/config/description.exs b/config/description.exs
index 2a1faace5..b12d165d7 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -1861,20 +1861,9 @@ config :pleroma, :config_description, [
},
%{
key: :queues,
- type: {:keyword, :integer},
+ type: :keyword,
description:
"Background jobs queues (keys: queues, values: max numbers of concurrent jobs)",
- suggestions: [
- activity_expiration: 10,
- attachments_cleanup: 5,
- background: 5,
- federator_incoming: 50,
- federator_outgoing: 50,
- mailer: 10,
- scheduled_activities: 10,
- transmogrifier: 20,
- web_push: 50
- ],
children: [
%{
key: :activity_expiration,