0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-11-08 18:22:07 +01:00
Ross Golder a2b0da306c
Optimize refreshAccesses with cross-comparison to minimize DB operations
Implemented the FIXME to perform cross-comparison between existing
and desired accesses, reducing deletions, updates, and insertions
to the minimum necessary. This improves performance for repositories
with many users by avoiding bulk delete-all and re-insert-all.
2025-10-19 13:43:08 +07:00
..