Skip to content

Fix issues with Person.setUserId unicity check

Jérome Perrin requested to merge fix/setId_serialize into master

Person.setUserId is heavy, it serializes person module to prevent concurrency, but in some cases we the risk of having duplicate user ids is under control, so we don't want to pay the performance price.

Edited by Jérome Perrin

Merge request reports