mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-12 13:07:33 -07:00
delete 10 posts at once on account deletion, resolves #101
This commit is contained in:
parent
9948df5670
commit
40a0f31089
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ export async function deleteAccount(
|
|||
userId: user.id,
|
||||
...(cursor ? { id: MoreThan(cursor) } : {}),
|
||||
},
|
||||
take: 100,
|
||||
take: 10,
|
||||
order: {
|
||||
id: 1,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue