mirror of
https://github.com/go-gitea/gitea.git
synced 2026-07-11 02:08:57 +00:00
The branch page for blender project will take 6s because calculating divergence is very slow. This PR will add a cache for the branch divergence calculation. So when the second visit the branch list, it will take only less 200ms.