Skip to content

Reduce relation history lock contention

Mateo de Mayo requested to merge mateosss/monado:mateosss/rh-fixes into main

Relation history was being accessed guarded by an external lock in a couple of places. This is redundant since its implementation already defines an internal lock.

Merge request reports