summaryrefslogtreecommitdiffstats
path: root/modules/cache/last_commit.go
Commit message (Collapse)AuthorAgeFilesLines
* Cache last commit to accelerate the repository directory page visit (#10069)Lunny Xiao2020-02-011-0/+64
* Cache last commit to accelerate the repository directory page visit * Default use default cache configuration * add tests for last commit cache * Simplify last commit cache * Revert Enabled back * Change the last commit cache default ttl to 8760h * Fix test