delete 10 posts at once on account deletion
This commit is contained in:
parent
7bf4e3e839
commit
3ffee23a3e
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ export async function deleteAccount(
|
||||||
userId: user.id,
|
userId: user.id,
|
||||||
...(cursor ? { id: MoreThan(cursor) } : {}),
|
...(cursor ? { id: MoreThan(cursor) } : {}),
|
||||||
},
|
},
|
||||||
take: 100,
|
take: 10,
|
||||||
order: {
|
order: {
|
||||||
id: 1,
|
id: 1,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue