forked from Archives/Athou_commafeed
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
|
||||
public long getInitialDelay() {
|
||||
return 25;
|
||||
return 30;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user