Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
public final class HelpThreadAutoArchiver implements Routine {
private static final Logger logger = LoggerFactory.getLogger(HelpThreadAutoArchiver.class);
private static final int SCHEDULE_MINUTES = 60;
private static final Duration ARCHIVE_AFTER_INACTIVITY_OF = Duration.ofHours(24);
private static final Duration ARCHIVE_AFTER_INACTIVITY_OF = Duration.ofHours(12);

private final HelpSystemHelper helper;

Expand Down