mirror of
https://github.com/go-gitea/gitea
synced 2025-01-21 23:24:29 +00:00
930bae2300
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.