Closed
Description
- Gitea version (or commit ref): bc06ab4
- Git version: not related
- Operating system: not related
- Database (use
[x]
): not related - Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL) https://try.gitea.io/sageptr/mirror-test (until gitea update)
- No
- Not relevant
- Log gist:
Description
Commit count is cached. It supposed to be invalidated after mirror update, but no.
How to reproduce:
- Create new repository mirror.
- Navigate this mirror content and look at commit count.
- Push new commits to base repository.
- Wait for mirror to synchronize.
- Navigate to this mirror again. It will show new commits, but commit count will be old still.