Merge branch 'description-type' into 'develop'
Fix type in config description See merge request pleroma/pleroma!4104
This commit is contained in:
commit
ffa6805c09
|
@ -3522,7 +3522,7 @@
|
|||
},
|
||||
%{
|
||||
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",
|
||||
|
|
Loading…
Reference in New Issue