mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-20 02:48:04 +01:00
Increase max deletions per chunk to 256
This commit is contained in:
committed by
Jon Chambers
parent
cf89e2215c
commit
418a869451
@@ -26,7 +26,7 @@ public class AccountCleaner extends AccountDatabaseCrawlerListener {
|
||||
private static final String DELETION_REASON_TAG_NAME = "reason";
|
||||
|
||||
@VisibleForTesting
|
||||
static final int MAX_ACCOUNT_DELETIONS_PER_CHUNK = 40;
|
||||
static final int MAX_ACCOUNT_DELETIONS_PER_CHUNK = 256;
|
||||
|
||||
private final AccountsManager accountsManager;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user