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