Merge branch 'develop' into feature/gen-magic
[akkoma] / config / description.exs
index 6e83a8e094571e8699a857191532c5991d51c9a6..2a18989224fd12e9c0f87a16d55ba63ea4b81847 100644 (file)
@@ -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]
+      }
+    ]
   }
 ]