Skip to content

Commit

Permalink
Merge pull request #40433 from nextcloud/backport/40416/stable27
Browse files Browse the repository at this point in the history
  • Loading branch information
kesselb authored Sep 18, 2023
2 parents e2cfe1d + efb01db commit 42ed302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dav/lib/Migration/Version1027Date20230504122946.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function __construct(private SyncService $syncService,
* @param array $options
*/
public function postSchemaChange(IOutput $output, Closure $schemaClosure, array $options): void {
if($this->userManager->countUsers() > 1000) {
if($this->userManager->countSeenUsers() > 1000) {
$this->config->setAppValue('dav', 'needs_system_address_book_sync', 'yes');
$output->info('Could not sync system address books during update - too many user records have been found. Please call occ dav:sync-system-addressbook manually.');
return;
Expand Down

0 comments on commit 42ed302

Please sign in to comment.