We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a790ac5 + d82899e commit f2051caCopy full SHA for f2051ca
lib/private/TaskProcessing/Manager.php
@@ -79,7 +79,7 @@ class Manager implements IManager {
79
'ai.taskprocessing_provider_preferences',
80
];
81
82
- public const MAX_TASK_AGE_SECONDS = 60 * 60 * 24 * 30 * 4; // 4 months
+ public const MAX_TASK_AGE_SECONDS = 60 * 60 * 24 * 31 * 6; // 6 months
83
84
private const TASK_TYPES_CACHE_KEY = 'available_task_types_v3';
85
private const TASK_TYPE_IDS_CACHE_KEY = 'available_task_type_ids';
0 commit comments