mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-20 14:38:06 +01:00
Reduce "delete after idle" time for accounts from 180 days to 120 days
This commit is contained in:
committed by
Jon Chambers
parent
86f83635bc
commit
dbeba4f173
@@ -26,7 +26,7 @@ public class RemoveExpiredAccountsCommand extends AbstractSinglePassCrawlAccount
|
||||
private final Clock clock;
|
||||
|
||||
@VisibleForTesting
|
||||
static final Duration MAX_IDLE_DURATION = Duration.ofDays(180);
|
||||
static final Duration MAX_IDLE_DURATION = Duration.ofDays(120);
|
||||
|
||||
@VisibleForTesting
|
||||
static final String DRY_RUN_ARGUMENT = "dry-run";
|
||||
|
||||
Reference in New Issue
Block a user