mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
delay task so that it doesn't run at the same time at OrphanedContentsCleanupTask
This commit is contained in:
@@ -21,7 +21,7 @@ public class AutoMarkAsReadTask extends ScheduledTask {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public long getInitialDelay() {
|
public long getInitialDelay() {
|
||||||
return 25;
|
return 30;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user