Skip to content

Commit d954221

Browse files
authored
Some tweaks to the helper prune system (#684)
* pruning earlier, but therefore less should hopefully lead to being able to prune the desired amount of people each time, getting less warnings
1 parent 9e40327 commit d954221

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

application/src/main/java/org/togetherjava/tjbot/commands/help/AutoPruneHelperRoutine.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ public final class AutoPruneHelperRoutine implements Routine {
3333

3434
private static final int ROLE_FULL_LIMIT = 100;
3535
private static final int ROLE_FULL_THRESHOLD = 95;
36-
private static final int PRUNE_MEMBER_AMOUNT = 10;
36+
private static final int PRUNE_MEMBER_AMOUNT = 7;
3737
private static final Period INACTIVE_AFTER = Period.ofDays(90);
38-
private static final int RECENTLY_JOINED_DAYS = 7;
38+
private static final int RECENTLY_JOINED_DAYS = 4;
3939

4040
private final HelpSystemHelper helper;
4141
private final ModAuditLogWriter modAuditLogWriter;

0 commit comments

Comments
 (0)