mirror of
https://github.com/go-gitea/gitea
synced 2025-07-15 23:17:19 +00:00
better wording
This commit is contained in:
@@ -460,10 +460,10 @@ func newLogService() {
|
||||
func newCacheService() {
|
||||
CacheAdapter = Cfg.Section("cache").Key("ADAPTER").In("memory", []string{"memory", "redis", "memcache"})
|
||||
if EnableRedis {
|
||||
log.Info("Redis Enabled")
|
||||
log.Info("Redis Supported")
|
||||
}
|
||||
if EnableMemcache {
|
||||
log.Info("Memcache Enabled")
|
||||
log.Info("Memcache Supported")
|
||||
}
|
||||
|
||||
switch CacheAdapter {
|
||||
|
Reference in New Issue
Block a user