Closed
Description
- Gitea version (or commit ref): master (commit b2986ab)
- Git version: 2.30.1
- Operating system: Debian 10
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No (not relevant)
- Log gist: (not relevant)
Description
When auto gc occurs, the actual repo size is shrinked, but the repo size on web interface isn't updated accordingly.
For example, today I pushed recent commits on git.git
(Git SCM repo) to my local Gitea instance, then auto gc was invoked.
After auto gc, the repo size was about 132 MiB, but on the web interface the size was still 211 MiB (before gc)
Screenshots
on web interface, repo size: 211 MiB
git count-objects -v when accessing the interface, repo size: 132 MiB