gitea/modules/cache
TheFox0x7 8c6d7076b7
Some checks are pending
release-nightly / nightly-binary (push) Waiting to run
release-nightly / nightly-docker-rootful (push) Waiting to run
release-nightly / nightly-docker-rootless (push) Waiting to run
fix(cache): cache test triggered by non memory cache (#33220)
Change SlowCacheThreshold to 30 milliseconds so it doesn't trigger on
non memory cache

Closes: https://github.com/go-gitea/gitea/issues/33190
Closes: https://github.com/go-gitea/gitea/issues/32657
2025-01-12 04:33:43 +08:00
..
cache_redis.go
cache_test.go fix(cache): cache test triggered by non memory cache (#33220) 2025-01-12 04:33:43 +08:00
cache_twoqueue.go
cache.go fix(cache): cache test triggered by non memory cache (#33220) 2025-01-12 04:33:43 +08:00
context_test.go Increase cacheContextLifetime to reduce false reports (#32011) 2024-09-09 04:51:25 +00:00
context.go bump to go 1.23 (#31855) 2024-09-10 02:23:07 +00:00
string_cache.go