commit: ffa6805c0919abca6de2329ce01966d883876b30
parent 50af909c0104a7d446adfd96821266f0394a5b93
Author: lain <lain@soykaf.club>
Date: Tue, 7 May 2024 11:39:48 +0000
Merge branch 'description-type' into 'develop'
Fix type in config description
See merge request pleroma/pleroma!4104
Diffstat:
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",