forgejo/services/repository/archiver
Lunny Xiao a8f2002a9b
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

(cherry picked from commit e1b269e956e955dd1dfb012f40270d73f8329092)
2024-11-17 12:18:57 +01:00
..
archiver.go Remove transaction for archive download (#32186) 2024-11-17 12:18:57 +01:00
archiver_test.go Remove transaction for archive download (#32186) 2024-11-17 12:18:57 +01:00