diff options
| author | Per Larsson <[email protected]> | 2021-11-15 08:20:10 +0100 |
|---|---|---|
| committer | Per Larsson <[email protected]> | 2021-11-15 08:20:10 +0100 |
| commit | 6fcd94a6dd98d2643251edf29cf078e6d8641403 (patch) | |
| tree | 728c7bf19d0d2e8bc0b7a14b2153b1b52b37e16f /zenserver/cache/structuredcache.h | |
| parent | Removed sorting of chunk requests. (diff) | |
| download | zen-6fcd94a6dd98d2643251edf29cf078e6d8641403.tar.xz zen-6fcd94a6dd98d2643251edf29cf078e6d8641403.zip | |
Updated cache policy according to UE.
Diffstat (limited to 'zenserver/cache/structuredcache.h')
| -rw-r--r-- | zenserver/cache/structuredcache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zenserver/cache/structuredcache.h b/zenserver/cache/structuredcache.h index 3d9914606..51073d05d 100644 --- a/zenserver/cache/structuredcache.h +++ b/zenserver/cache/structuredcache.h @@ -20,7 +20,7 @@ class CasStore; class CidStore; class UpstreamCache; class ZenCacheStore; -enum class CachePolicy : uint8_t; +enum class CachePolicy : uint32_t; /** * Structured cache service. Imposes constraints on keys, supports blobs and |