Skip to content

Commit

Permalink
Reduce "delete after idle" time for accounts from 180 days to 120 days
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-signal committed Jun 24, 2024
1 parent 86f8363 commit dbeba4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit dbeba4f

Please sign in to comment.