Skip to content

Commit 3fbb45e

Browse files
committed
Update comments
1 parent d7d3312 commit 3fbb45e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/commonwl/view/Scheduler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public Scheduler(QueuedWorkflowRepository queuedWorkflowRepository) {
3232

3333
/**
3434
* A Scheduled function to delete old queued workflow entries
35-
* from the queue. Age is determined by DELETE_INTERVAL_HOUR
35+
* from the queue. Age is determined by QUEUED_WORKFLOW_AGE_LIMIT_HOURS
3636
*/
3737
@Scheduled(cron = "${cron.deleteOldQueuedWorkflows}")
3838
public void removeOldQueuedWorkflowEntries() {

0 commit comments

Comments
 (0)