Update type of :queues, remove unused suggestions

This commit is contained in:
Angelina Filippova 2021-03-29 22:26:34 +03:00
parent 481f63a9a7
commit 567c93a26d

View File

@ -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,