mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-26 18:20:57 +00:00
better wording
This commit is contained in:
parent
1490e862cc
commit
9a4132cb09
3 changed files with 7 additions and 6 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue