mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-25 19:15:48 +03:00
[GH-ISSUE #350] Syncing distributuon lists very slow and resync everytime #339
Labels
No labels
1.0
1.0
1.0
2.0
Feature
Feature request
Google
Google Calendar
async
attachement
auto-migrated
auto-migrated
auto-migrated
bug
critical
enhancement
help wanted
implemented
pull-request
solved
solved
sourceforge
sourceforge
sourceforge
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/outlookcaldavsynchronizer#339
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tilolevante on GitHub (Apr 7, 2022).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/350
Hi,
We have the issue that on every sync run all distribution listas are recreated and this takes too long.
Config:
nextcloud
DAV Kontaktgruppten Format vCard KIND:group
Log:
DEBUG 2022-04-07 10:43:23,172 [ VSTA_Main] ynchronizer.DataAccess.CardDavDataAccess . MoveNext - Got: '/nextcloud/remote.php/dav/addressbooks/users/.../contacts_shared_by_sync/f85220ba-60a4-48ce-b8a6-50b698540c80.vcf'
DEBUG 2022-04-07 10:43:23,172 [ VSTA_Main] ynchronizer.DataAccess.CardDavDataAccess . MoveNext - Exiting GetEntities.
INFO 2022-04-07 10:43:23,172 [ VSTA_Main] ation.Contacts.CardDavEntityRepository
3 . MoveNext - Duration of 'CardDavRepository.Get (54 entitie(s))': 00:00:00.1354074 INFO 2022-04-07 10:44:57,731 [ VSTA_Main] GenSync.Synchronization.Synchronizer11 . MoveNext - A repository jobs: Create 54 , Update 0 , Delete 54INFO 2022-04-07 10:44:57,731 [ VSTA_Main] GenSync.Synchronization.Synchronizer
11 . MoveNext - B repository jobs: Create 0 , Update 0 , Delete 0 DEBUG 2022-04-07 10:44:57,743 [ VSTA_Main] GenSync.Synchronization.Synchronizer11 . MoveNext - Exiting.INFO 2022-04-07 10:44:57,747 [ VSTA_Main] .Scheduling.SynchronizationProfileRunner . MoveNext - Duration of 'Running synchronization profile 'Kontakte Zentral'': 00:01:36.9439867
INFO 2022-04-07 10:46:40,269 [ VSTA_Main] CalDavSynchronizer.ComponentContainer . MoveNext - Synchronization manually triggered
INFO 2022-04-07 10:46:40,301 [ VSTA_Main] .Scheduling.SynchronizationProfileRunner . MoveNext - Starting 'Running synchronization profile 'Kontakte Zentral''
INFO 2022-04-07 10:46:40,301 [ VSTA_Main] GenSync.Synchronization.Synchronizer
11 . MoveNext - Entered. Syncstrategy 'OneWayInitialSyncStateCreationStrategy_BToA7' with Atype='IContactItemWrapper' and Btype='vCard'INFO 2022-04-07 10:46:40,474 [ 12] ation.Contacts.CardDavEntityRepository`3 . MoveNext - Starting 'CardDavRepository.GetVersions'
DEBUG 2022-04-07 10:46:40,677 [ 40] ynchronizer.DataAccess.CardDavDataAccess . ExtractVersions - Entered ExtractVersions.
This is repeated every 30 minutes and freezes Outlook for 1-2 minutes.
It happens even if the distribution lists did not change.
Thanks for any help or hintes.
Greetings
tilo
@jahfuba commented on GitHub (Oct 25, 2023):
Did you manage to solve this problem?