Merge branch 'develop' into feature/gen-magic
[akkoma] / config / description.exs
index 82c7bc6a7d0c98a45b43d8323d120ed490c1320e..d05adf88be5c218b3c745dfce3ca1ca78d156da3 100644 (file)
@@ -3655,5 +3655,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]
+      }
+    ]
   }
 ]