优化代码

This commit is contained in:
刘祥超
2024-03-22 09:21:45 +08:00
parent 1c275e8cfb
commit 5a8ee34360
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -209,7 +209,7 @@ func (this *APIStream) handleWriteCache(message *pb.NodeStreamMessage) error {
storage.AddToList(&caches.Item{
Type: writer.ItemType(),
Key: msg.Key,
ExpiredAt: expiredAt,
ExpiresAt: expiredAt,
HeaderSize: writer.HeaderSize(),
BodySize: writer.BodySize(),
})