delay task so that it doesn't run at the same time at OrphanedContentsCleanupTask

This commit is contained in:
Athou
2026-02-20 15:55:09 +01:00
parent 721d728906
commit 33a0568895

View File

@@ -21,7 +21,7 @@ public class AutoMarkAsReadTask extends ScheduledTask {
@Override
public long getInitialDelay() {
return 25;
return 30;
}
@Override