delete 10 posts at once on account deletion
This commit is contained in:
parent
7bf4e3e839
commit
3ffee23a3e
@ -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 New Issue
Block a user