Skip to content

Commit

Permalink
Update wrong comments in SnapshotsExpiringExecutor.java (#2422)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcodehuber committed Dec 11, 2023
1 parent ee6ce16 commit 928159a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
public class SnapshotsExpiringExecutor extends BaseTableExecutor {
private static final Logger LOG = LoggerFactory.getLogger(SnapshotsExpiringExecutor.class);

// 1 days
private static final long INTERVAL = 60 * 60 * 1000L;
private static final long INTERVAL = 60 * 60 * 1000L; // 1 hour

public SnapshotsExpiringExecutor(TableManager tableRuntimes, int poolSize) {
super(tableRuntimes, poolSize);
Expand Down

0 comments on commit 928159a

Please sign in to comment.