There was an error while loading. Please reload this page.
2 parents 58b6903 + e39d42c commit 2223d3bCopy full SHA for 2223d3b
1 file changed
lib/private/TaskProcessing/RemoveOldTasksBackgroundJob.php
@@ -16,7 +16,7 @@
16
use Psr\Log\LoggerInterface;
17
18
class RemoveOldTasksBackgroundJob extends TimedJob {
19
- public const MAX_TASK_AGE_SECONDS = 60 * 60 * 24 * 7 * 4; // 4 weeks
+ public const MAX_TASK_AGE_SECONDS = 60 * 60 * 24 * 30 * 4; // 4 months
20
private \OCP\Files\IAppData $appData;
21
22
public function __construct(
0 commit comments