This website requires JavaScript.
Explore
Help
Sign In
MarcoBuster
/
gitea
Watch
1
Star
0
Fork
0
You've already forked gitea
mirror of
https://github.com/go-gitea/gitea
synced
2025-01-10 17:45:56 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5434d6eaf8
gitea
/
integrations
/
gitea-repositories-meta
/
user27
/
repo49.git
/
objects
/
info
/
packs
2 lines
1 B
Raw
Normal View
History
Unescape
Escape
Make archival asynchronous The prime benefit being sought here is for large archives to not clog up the rendering process and cause unsightly proxy timeouts. As a secondary benefit, archive-in-progress is moved out of the way into a /tmp file so that new archival requests for the same commit will not get fulfilled based on an archive that isn't yet finished. This asynchronous system is fairly primitive; request comes in, we'll spawn off a new goroutine to handle it, then we'll mark it as done. Status requests will see if the file exists in the final location, and report the archival as done when it exists. Fixes #11265
2020-05-04 23:46:11 +02:00
Reference in New Issue
Copy Permalink