Make the chunk size smaller

This commit is contained in:
Ekaterina Vaartis 2021-08-17 01:37:43 +03:00 committed by FloatingGhost
parent a586ce0ddd
commit 52a872432d
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ defmodule Mix.Tasks.Pleroma.Search.Meilisearch do
])
)
chunk_size = 100_000
chunk_size = 10_000
Pleroma.Repo.transaction(
fn ->