go-gitea / gitea

Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
https://gitea.com
MIT License
45.24k stars 5.5k forks source link

Remove transaction for archive download (#32186) #32520

Closed GiteaBot closed 1 week ago

GiteaBot commented 1 week ago

Backport #32186 by @lunny

Since there is a status column in the database, the transaction is unnecessary when downloading an archive. The transaction is blocking database operations, especially with SQLite.

Replace #27563