You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/modules/cache
TheFox0x7 8c6d7076b7
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
1 month ago
..
cache.go fix(cache): cache test triggered by non memory cache (#33220) 1 month ago
cache_redis.go
cache_test.go fix(cache): cache test triggered by non memory cache (#33220) 1 month ago
cache_twoqueue.go
context.go
context_test.go
string_cache.go