diff options
author | marcin mikołajczak <git@mkljczk.pl> | 2024-04-27 16:29:36 +0200 |
---|---|---|
committer | marcin mikołajczak <git@mkljczk.pl> | 2024-04-27 20:29:23 +0200 |
commit | 637f5bc4311474c125bc1e3a5bbf3984079f5d43 (patch) | |
tree | f3cf2ff758f52181e93fd2200a1515cf5a41e32f | |
parent | 50af909c0104a7d446adfd96821266f0394a5b93 (diff) | |
download | pleroma-637f5bc4311474c125bc1e3a5bbf3984079f5d43.tar.gz pleroma-637f5bc4311474c125bc1e3a5bbf3984079f5d43.zip |
Fix type in description
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
-rw-r--r-- | changelog.d/description-meilisearch-type.skip | 0 | ||||
-rw-r--r-- | config/description.exs | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/changelog.d/description-meilisearch-type.skip b/changelog.d/description-meilisearch-type.skip new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/changelog.d/description-meilisearch-type.skip diff --git a/config/description.exs b/config/description.exs index 7a9c027de..9cc3d469e 100644 --- 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", |