Bookmarks created by a fullSync seem to fire the onCreated event which throws exceptions because the bookmark already exists in the local db, slowing down the process considerably.
Steps to reproduce
Have a bookmark on the server that doesn't exist locally
Do a full sync
Watch the console
Expected result
Process completes quickly with no errors
Actual result
Lots of errors, slowing down the full sync considerably.
Description
Bookmarks created by a fullSync seem to fire the onCreated event which throws exceptions because the bookmark already exists in the local db, slowing down the process considerably.
Steps to reproduce
Expected result
Process completes quickly with no errors
Actual result
Lots of errors, slowing down the full sync considerably.
Additional details