From b166d4081655c4c181ed915ec5475ed535c67a9d Mon Sep 17 00:00:00 2001 From: Per Larsson Date: Thu, 16 Sep 2021 16:21:16 +0200 Subject: Compact binary package caching support (#9) --- zenserver/compute/apply.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zenserver/compute/apply.cpp') diff --git a/zenserver/compute/apply.cpp b/zenserver/compute/apply.cpp index e40c6918d..3197eaee4 100644 --- a/zenserver/compute/apply.cpp +++ b/zenserver/compute/apply.cpp @@ -588,7 +588,7 @@ HttpFunctionService::HttpFunctionService(CasStore& Store, CidStore& InCidStore, TotalAttachmentBytes += CompressedSize; ++AttachmentCount; - const CasStore::InsertResult InsertResult = m_CidStore.AddChunk(DataView); + const CidStore::InsertResult InsertResult = m_CidStore.AddChunk(DataView); if (InsertResult.New) { -- cgit v1.2.3