X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fdescription.exs;h=2d068556f7f78480cd4a326a8dec67998836f91f;hb=774b4e165ac670d8c5f266805786f6ec3cd96090;hp=8d38f60ed114a80bd4a46e0640c2026500990b11;hpb=58cc5d13a2a1e16be3d9125f5f47b9240fb8a74a;p=akkoma diff --git a/config/description.exs b/config/description.exs index 8d38f60ed..2d068556f 100644 --- a/config/description.exs +++ b/config/description.exs @@ -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] } ] }