mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 05:18:25 +00:00 
			
		
		
		
	Mark Cache with ini tag (#12605)
Signed-off-by: jolheiser <john.olheiser@gmail.com>
This commit is contained in:
		@@ -23,7 +23,7 @@ type Cache struct {
 | 
				
			|||||||
var (
 | 
					var (
 | 
				
			||||||
	// CacheService the global cache
 | 
						// CacheService the global cache
 | 
				
			||||||
	CacheService = struct {
 | 
						CacheService = struct {
 | 
				
			||||||
		Cache
 | 
							Cache `ini:"cache"`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		LastCommit struct {
 | 
							LastCommit struct {
 | 
				
			||||||
			Enabled      bool
 | 
								Enabled      bool
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user