mirror of
				https://github.com/TeaOSLab/EdgeNode.git
				synced 2025-11-04 07:40:56 +08:00 
			
		
		
		
	修复内存缓存无法缓存的问题
This commit is contained in:
		@@ -146,7 +146,7 @@ func (this *MemoryWriter) Close() error {
 | 
			
		||||
				err = ErrWritingQueueFull
 | 
			
		||||
			}
 | 
			
		||||
		} else {
 | 
			
		||||
			err = ErrWritingQueueFull
 | 
			
		||||
			this.storage.valuesMap[this.hash] = this.item
 | 
			
		||||
		}
 | 
			
		||||
	} else {
 | 
			
		||||
		this.storage.valuesMap[this.hash] = this.item
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user