You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
3 months ago
..
archiver.go Remove transaction for archive download (#32186) 3 months ago
archiver_test.go Remove transaction for archive download (#32186) 3 months ago