1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-04 14:46:57 -05:00
gitea/services/repository/archiver
Lunny Xiao e1b269e956
Remove transaction for archive download (#32186)
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
2024-11-15 12:04:20 +08:00
..
archiver_test.go Remove transaction for archive download (#32186) 2024-11-15 12:04:20 +08:00
archiver.go Remove transaction for archive download (#32186) 2024-11-15 12:04:20 +08:00