mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	fix config ui error about cache ttl (#6861)
This commit is contained in:
		@@ -234,6 +234,7 @@ func Config(ctx *context.Context) {
 | 
			
		||||
	ctx.Data["CacheAdapter"] = setting.CacheService.Adapter
 | 
			
		||||
	ctx.Data["CacheInterval"] = setting.CacheService.Interval
 | 
			
		||||
	ctx.Data["CacheConn"] = setting.CacheService.Conn
 | 
			
		||||
	ctx.Data["CacheItemTTL"] = setting.CacheService.TTL
 | 
			
		||||
 | 
			
		||||
	ctx.Data["SessionConfig"] = setting.SessionConfig
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user