mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-20 04:48:04 +01:00
Move AccountCleanerTest out of the test package; reduce visibility of test-only fields
This commit is contained in:
committed by
Jon Chambers
parent
c38572307d
commit
a4ca1ef1a8
@@ -30,7 +30,7 @@ public class AccountCleaner extends AccountDatabaseCrawlerListener {
|
||||
private static final Histogram deletableAccountHistogram = metricRegistry.histogram(name(AccountCleaner.class, "deletableAccountsPerChunk"));
|
||||
|
||||
@VisibleForTesting
|
||||
public static final int MAX_ACCOUNT_UPDATES_PER_CHUNK = 40;
|
||||
static final int MAX_ACCOUNT_UPDATES_PER_CHUNK = 40;
|
||||
|
||||
private final AccountsManager accountsManager;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user