fixed config/descpiption.exs

This commit is contained in:
Maksim Pechnikov 2020-06-24 21:21:33 +03:00
commit cc837f9d15
2 changed files with 2 additions and 21 deletions

View file

@ -1996,18 +1996,11 @@ config :pleroma, :config_description, [
""",
children: [
%{
key: :verbose,
key: :log,
type: {:dropdown, :atom},
description: "Logs verbose mode",
suggestions: [false, :error, :warn, :info, :debug]
},
%{
key: :prune,
type: [:atom, :tuple],
description:
"Non-retryable jobs [pruning settings](https://github.com/sorentwo/oban#pruning)",
suggestions: [:disabled, {:maxlen, 1500}, {:maxage, 60 * 60}]
},
%{
key: :queues,
type: {:keyword, :integer},