mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09: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