Change search_indexing = 10 and retries for indexing = 2
[akkoma] / config / description.exs
index 8d38f60ed114a80bd4a46e0640c2026500990b11..2d068556f7f78480cd4a326a8dec67998836f91f 100644 (file)
@@ -3462,6 +3462,14 @@ config :pleroma, :config_description, [
         description:
           "Private key for meilisearch authentication, or `nil` to disable private key authentication.",
         suggestion: [nil]
+      },
+      %{
+        key: :initial_indexing_chunk_size,
+        type: :int,
+        description:
+          "Amount of posts in a batch when running the initial indexing operation. Should probably not be more than 100000" <>
+            " since there's a limit on maximum insert size",
+        suggestion: [100_000]
       }
     ]
   }