fix: BOOK_CACHE_VERSION jump (#2161)

This commit is contained in:
Uri Tauber
2026-05-26 22:13:09 +03:00
committed by GitHub
parent 213972badc
commit bbb3e06eb1
+1 -1
View File
@@ -9,7 +9,7 @@
#include "FsHelpers.h"
namespace {
constexpr uint8_t BOOK_CACHE_VERSION = 9;
constexpr uint8_t BOOK_CACHE_VERSION = 6;
constexpr char bookBinFile[] = "/book.bin";
constexpr char tmpSpineBinFile[] = "/spine.bin.tmp";
constexpr char tmpTocBinFile[] = "/toc.bin.tmp";