X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=config%2Fdescription.exs;h=2a18989224fd12e9c0f87a16d55ba63ea4b81847;hb=83770b7b391fdf8bdc22f63047b1cf444a7b16ce;hp=6e83a8e094571e8699a857191532c5991d51c9a6;hpb=3be8ab51038cdfeb4bbf78633eb79c4d6f6b8d0b;p=akkoma diff --git a/config/description.exs b/config/description.exs index 6e83a8e09..2a1898922 100644 --- a/config/description.exs +++ b/config/description.exs @@ -3708,5 +3708,19 @@ config :pleroma, :config_description, [ ] } ] + }, + %{ + group: :pleroma, + key: :majic_pool, + type: :group, + description: "Majic/libmagic configuration", + children: [ + %{ + key: :size, + type: :integer, + description: "Number of majic workers to start.", + suggestions: [2] + } + ] } ]