aboutsummaryrefslogtreecommitdiff
path: root/zenserver/cache/cachekey.cpp
diff options
context:
space:
mode:
authorPer Larsson <[email protected]>2021-11-09 13:20:00 +0100
committerPer Larsson <[email protected]>2021-11-09 13:20:00 +0100
commite0d54396fa3ba0f5466a4ea1f2810721c18fa55f (patch)
tree4ab63a83dac7e1e9245d62be1918d12f4a55ae8d /zenserver/cache/cachekey.cpp
parentAdded batched get chunk(s). (diff)
downloadzen-e0d54396fa3ba0f5466a4ea1f2810721c18fa55f.tar.xz
zen-e0d54396fa3ba0f5466a4ea1f2810721c18fa55f.zip
Sort cache keys when resolving payload ID's.
Diffstat (limited to 'zenserver/cache/cachekey.cpp')
-rw-r--r--zenserver/cache/cachekey.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/zenserver/cache/cachekey.cpp b/zenserver/cache/cachekey.cpp
index 94ef7fd12..57993d424 100644
--- a/zenserver/cache/cachekey.cpp
+++ b/zenserver/cache/cachekey.cpp
@@ -100,6 +100,6 @@ ParseSkipCachePolicy(std::string_view SkipPolicy, CachePolicy Default)
return Result;
}
-CacheKey CacheKey::None = CacheKey{.Bucket = std::string(), .Hash = IoHash()};
+const CacheKey CacheKey::Empty = CacheKey{.Bucket = std::string(), .Hash = IoHash()};
} // namespace zen