mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 19:47:21 +01:00
up deletion batch count
This commit is contained in:
parent
0e560432ed
commit
b21abb29f2
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ public class ClientPairPermissionsCleanupService(ILogger<ClientPairPermissionsCl
|
||||||
private async Task AllUsersPermissionsCleanup(CancellationToken ct)
|
private async Task AllUsersPermissionsCleanup(CancellationToken ct)
|
||||||
{
|
{
|
||||||
const int MaxParallelism = 8;
|
const int MaxParallelism = 8;
|
||||||
const int MaxProcessingPerChunk = 500000;
|
const int MaxProcessingPerChunk = 1000000;
|
||||||
|
|
||||||
long removedEntries = 0;
|
long removedEntries = 0;
|
||||||
long priorRemovedEntries = 0;
|
long priorRemovedEntries = 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue