0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-11-25 13:52:50 +01:00
gitea/services/repository/archiver
Giteabot d03dd04d65
Remove transaction for archive download (#32186) (#32520)
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

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2024-11-15 10:27:38 +01:00
..
archiver.go Remove transaction for archive download (#32186) (#32520) 2024-11-15 10:27:38 +01:00
archiver_test.go Remove transaction for archive download (#32186) (#32520) 2024-11-15 10:27:38 +01:00