summaryrefslogtreecommitdiff
path: root/source/Felix/Cache/Codec.hs
diff options
context:
space:
mode:
Diffstat (limited to 'source/Felix/Cache/Codec.hs')
-rw-r--r--source/Felix/Cache/Codec.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Felix/Cache/Codec.hs b/source/Felix/Cache/Codec.hs
index 0bfa975..2d81e57 100644
--- a/source/Felix/Cache/Codec.hs
+++ b/source/Felix/Cache/Codec.hs
@@ -75,7 +75,7 @@ newtype CacheEpoch = CacheEpoch Word32
currentCacheEpoch :: CacheEpoch
currentCacheEpoch =
- CacheEpoch 19
+ CacheEpoch 23
cacheEpochValue :: CacheEpoch -> Word32
cacheEpochValue (CacheEpoch value) =