forked from go-gitea/gitea
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
It seems to be possible that the summary size on a repo (top right) can become out of sync with git-annex files. In this example, this one file is larger (6.6MB) than the repo thinks its entire size (3.3MB) is:
The number seems to be generated -- and then cached -- by this function:
So this is a cache invalidation problem: git annex copy --to
is not triggering a recomputation like it should be.
Metadata
Metadata
Assignees
Labels
No labels