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

View file

@ -28,7 +28,7 @@ def run(["index"]) do
])
)
chunk_size = 100_000
chunk_size = 10_000
Pleroma.Repo.transaction(
fn ->