Skip to content

Commit b8cbbcf

Browse files
authored
Changing auto archiving from 24 to 12h (#583)
1 parent 6c438a2 commit b8cbbcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
public final class HelpThreadAutoArchiver implements Routine {
2222
private static final Logger logger = LoggerFactory.getLogger(HelpThreadAutoArchiver.class);
2323
private static final int SCHEDULE_MINUTES = 60;
24-
private static final Duration ARCHIVE_AFTER_INACTIVITY_OF = Duration.ofHours(24);
24+
private static final Duration ARCHIVE_AFTER_INACTIVITY_OF = Duration.ofHours(12);
2525

2626
private final HelpSystemHelper helper;
2727

0 commit comments

Comments
 (0)