mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2024-12-22 16:16:34 +00:00
Make the chunk size smaller
This commit is contained in:
parent
00c48a33ac
commit
e35d87ea54
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ defmodule Mix.Tasks.Pleroma.Search.Meilisearch do
|
|||
])
|
||||
)
|
||||
|
||||
chunk_size = 100_000
|
||||
chunk_size = 10_000
|
||||
|
||||
Pleroma.Repo.transaction(
|
||||
fn ->
|
||||
|
|
Loading…
Reference in a new issue