Skip to content

Atomic update for note count and follower count

Eugenij requested to merge eugenijm/pleroma:atomic-note-count-updates into develop

On note count / follower count updates, a process first reads user.into into the app's memory, updates the counter and then persists the result to the database, meaning if another process persisted anything to user.info in the meantime, its data would be overwritten.

Edited by Eugenij

Merge request reports