forked from AkkomaGang/akkoma
Make the chunk size smaller
This commit is contained in:
parent
a586ce0ddd
commit
52a872432d
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ def run(["index"]) do
|
|||
])
|
||||
)
|
||||
|
||||
chunk_size = 100_000
|
||||
chunk_size = 10_000
|
||||
|
||||
Pleroma.Repo.transaction(
|
||||
fn ->
|
||||
|
|
Loading…
Reference in a new issue