0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-24 08:57:26 +01:00
gitea/services/repository
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 Remove transaction for archive download (#32186) 2024-11-15 12:04:20 +08:00
commitstatus
files
adopt_test.go
adopt.go
avatar_test.go
avatar.go
branch.go
cache.go
check.go
collaboration_test.go
collaboration.go
commit.go
contributors_graph_test.go
contributors_graph.go
create_test.go
create.go
delete_test.go
delete.go
fork_test.go
fork.go
generate_test.go
generate.go
hooks.go
init.go
lfs_test.go
lfs.go
license_test.go
license.go
main_test.go
migrate.go
push.go
repository_test.go
repository.go
review_test.go
review.go
setting.go
template.go
transfer_test.go
transfer.go