0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-21 15:35:27 +01:00
Lunny Xiao 70327d6a92
Improve commits list performance to reduce unnecessary database queries (#33528)
When listing commits, Gitea attempts to retrieve the actual user based
on the commit email. Querying users one by one from the database is
inefficient. This PR optimizes the process by batch querying users by
email, reducing the number of database queries.
2025-02-14 00:05:55 -08:00
..
2025-01-09 15:15:47 +08:00