mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
fixup! fix(caldav): automatically delete outdated scheduling objects
This commit is contained in:
parent
02b984debd
commit
674d48bddd
1 changed files with 1 additions and 0 deletions
|
|
@ -671,6 +671,7 @@ class CheckSetupControllerTest extends TestCase {
|
|||
'temporaryDirectoryWritable' => false,
|
||||
\OCA\Settings\SetupChecks\LdapInvalidUuids::class => ['pass' => true, 'description' => 'Invalid UUIDs of LDAP users or groups have been found. Please review your "Override UUID detection" settings in the Expert part of the LDAP configuration and use "occ ldap:update-uuid" to update them.', 'severity' => 'warning'],
|
||||
\OCA\Settings\SetupChecks\NeedsSystemAddressBookSync::class => ['pass' => true, 'description' => 'The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook.', 'severity' => 'warning'],
|
||||
\OCA\Settings\SetupChecks\SchedulingTableSize::class => ['pass' => true, 'description' => 'You have more than 500 000 rows in the scheduling objects table. Please run the expensive repair jobs via occ maintenance:repair --include-expensive', 'severity' => 'warning'],
|
||||
'isBruteforceThrottled' => false,
|
||||
'bruteforceRemoteAddress' => '',
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue