diff options
| author | Per Larsson <[email protected]> | 2021-09-16 16:21:16 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-09-16 16:21:16 +0200 |
| commit | b166d4081655c4c181ed915ec5475ed535c67a9d (patch) | |
| tree | 2a7d6dd512dc3cfb106442f656bdc65a2650dcac /zenserver/compute/apply.cpp | |
| parent | clang-format fixes (diff) | |
| download | zen-b166d4081655c4c181ed915ec5475ed535c67a9d.tar.xz zen-b166d4081655c4c181ed915ec5475ed535c67a9d.zip | |
Compact binary package caching support (#9)
Diffstat (limited to 'zenserver/compute/apply.cpp')
| -rw-r--r-- | zenserver/compute/apply.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |