commit
						2c46877b36
					
				
							
								
								
									
										6
									
								
								cache/memory.go
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								cache/memory.go
									
									
									
									
										vendored
									
									
								
							| @ -209,7 +209,11 @@ func (bc *MemoryCache) StartAndGC(config string) error { | |||||||
| 
 | 
 | ||||||
| // check expiration. | // check expiration. | ||||||
| func (bc *MemoryCache) vacuum() { | func (bc *MemoryCache) vacuum() { | ||||||
| 	if bc.Every < 1 { | 	bc.RLock() | ||||||
|  | 	every := bc.Every | ||||||
|  | 	bc.RUnlock() | ||||||
|  | 
 | ||||||
|  | 	if every < 1 { | ||||||
| 		return | 		return | ||||||
| 	} | 	} | ||||||
| 	for { | 	for { | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user