logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 637f5bc4311474c125bc1e3a5bbf3984079f5d43
parent 50af909c0104a7d446adfd96821266f0394a5b93
Author: marcin mikołajczak <git@mkljczk.pl>
Date:   Sat, 27 Apr 2024 16:29:36 +0200

Fix type in description

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>

Diffstat:

Achangelog.d/description-meilisearch-type.skip0
Mconfig/description.exs2+-
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/changelog.d/description-meilisearch-type.skip b/changelog.d/description-meilisearch-type.skip diff --git a/config/description.exs b/config/description.exs @@ -3522,7 +3522,7 @@ config :pleroma, :config_description, [ }, %{ key: :initial_indexing_chunk_size, - type: :int, + type: :integer, 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",