mirror of
https://github.com/nextcloud/server.git
synced 2026-04-23 07:08:34 -04:00
Merge pull request #55599 from nextcloud/backport/55579/stable32
This commit is contained in:
commit
f2051caaee
1 changed files with 1 additions and 1 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Reference in a new issue