You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 11, 2020. It is now read-only.
@ekyoung Thanks for the report. There are some performance problems when generating packfiles. We're looking into th is. For this case, we have to check if we're trying to send more objects than needed to the server, which would be aggravating the problem.
Pushing tags to a remote takes about 15 minutes in one repository I'm working with. Using
git push --tags
on the same repo only takes a second or two.The code I'm using is similar to the below.
The time seems to be taken in lot of loops through
func (dw *deltaSelector) tryToDeltify(base, target *ObjectToPack) error
going over blobs.The text was updated successfully, but these errors were encountered: