1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-19 07:35:03 +01:00
gitea/modules/setting
Lunny Xiao ce7062a422
Cache last commit to accelerate the repository directory page visit (#10069)
* 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
2020-02-01 19:11:32 +00:00
..
cache.go Cache last commit to accelerate the repository directory page visit (#10069) 2020-02-01 19:11:32 +00:00
cors.go Movde dependents on macaron from modules/setting (#10050) 2020-01-29 09:47:46 +02:00
cron.go
database_sqlite.go
database_test.go
database.go Add support for database schema in PostgreSQL (#8819) 2020-01-20 16:45:14 +01:00
git.go
indexer_test.go
indexer.go
log.go
mailer.go
markup.go
migrations.go
queue.go Queue: Make WorkerPools and Queues flushable (#10001) 2020-01-28 20:01:06 -05:00
repository.go Make archive prefixing configurable with a global setting (#9943) 2020-01-22 23:46:46 +00:00
service.go
session.go Movde dependents on macaron from modules/setting (#10050) 2020-01-29 09:47:46 +02:00
setting.go
task.go
webhook.go