diff options
| author | Dan Engelbrecht <[email protected]> | 2022-09-19 14:05:54 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-09-19 05:05:54 -0700 |
| commit | def3cf543afd926ad9b7289859afcc6cf7e44870 (patch) | |
| tree | 079c519071c6729fec7c46444a68de26a2946bba /zenserver/upstream/zen.cpp | |
| parent | LoadCompactBinary gracefully handles read failures and sizes larger than the ... (diff) | |
| download | zen-def3cf543afd926ad9b7289859afcc6cf7e44870.tar.xz zen-def3cf543afd926ad9b7289859afcc6cf7e44870.zip | |
rename URI chunk requests from value -> chunk (#166)
Diffstat (limited to 'zenserver/upstream/zen.cpp')
| -rw-r--r-- | zenserver/upstream/zen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zenserver/upstream/zen.cpp b/zenserver/upstream/zen.cpp index b837f767c..980958740 100644 --- a/zenserver/upstream/zen.cpp +++ b/zenserver/upstream/zen.cpp @@ -437,7 +437,7 @@ ZenStructuredCacheSession::GetCacheRecord(std::string_view Namespace, std::strin } ZenCacheResult -ZenStructuredCacheSession::GetCacheValue(std::string_view Namespace, +ZenStructuredCacheSession::GetCacheChunk(std::string_view Namespace, std::string_view BucketId, const IoHash& Key, const IoHash& ValueContentId) |