Merge pull request #55599 from nextcloud/backport/55579/stable32

This commit is contained in:
Kate 2025-10-07 08:51:01 +02:00 committed by GitHub
commit f2051caaee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -79,7 +79,7 @@ class Manager implements IManager {
'ai.taskprocessing_provider_preferences',
];
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
private const TASK_TYPES_CACHE_KEY = 'available_task_types_v3';
private const TASK_TYPE_IDS_CACHE_KEY = 'available_task_type_ids';