]> source.dussan.org Git - nextcloud-server.git/commit
fix: lower threshold for system address book sync 41649/head
authorDaniel Kesselberg <mail@danielkesselberg.de>
Tue, 21 Nov 2023 18:46:13 +0000 (19:46 +0100)
committerDaniel Kesselberg <mail@danielkesselberg.de>
Wed, 22 Nov 2023 13:59:02 +0000 (14:59 +0100)
commit7b74b07046035e3bb0ba82298472a72ce9b287cc
tree9cf5906b51c0d97b3721c8f4475b946f0abca149
parent7c6ee7e71a001a437f98521b217824ff551aa281
fix: lower threshold for system address book sync

- Switch back to countUsers to have the actual value. countSeenUsers is bad if Nextcloud is connected to a larger directory, but only a part is using Nextcloud and therefore the seen count is much lower because the sync is done for all users.
- Lower the threshold to 100 for smaller installations.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
apps/dav/lib/Migration/Version1027Date20230504122946.php