In repo_refresh() we call compute_diffs() (which also sets LastCommits) for every commit on every refresh, just in case the repo is a new fork with no LastCommit history. Fix this to only run for the commits that need it.
repo_refresh()
compute_diffs()
This is old and not relevant any more. We want to make our SCM model "indexless" rather than generate lots of data during repo_refresh.
Log in to post a comment.
This is old and not relevant any more. We want to make our SCM model "indexless" rather than generate lots of data during repo_refresh.