Make the chunk size smaller
This commit is contained in:
parent
00c48a33ac
commit
e35d87ea54
|
@ -28,7 +28,7 @@ def run(["index"]) do
|
|||
])
|
||||
)
|
||||
|
||||
chunk_size = 100_000
|
||||
chunk_size = 10_000
|
||||
|
||||
Pleroma.Repo.transaction(
|
||||
fn ->
|
||||
|
|
Loading…
Reference in New Issue