mirror of
https://github.com/go-gitea/gitea.git
synced 2026-09-04 12:02:20 +00:00
e1b269e956
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