fixing file identifier

This commit is contained in:
Josh Slocum 2021-10-14 11:25:16 -05:00
parent 8dc5ae9d24
commit 6184c12bda
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ struct BlobFilenameRef {
// TODO since client request passes version, we don't need to include the version of each mutation in the response if we
// pruned it there
struct BlobGranuleChunkRef {
constexpr static FileIdentifier file_identifier = 991434;
constexpr static FileIdentifier file_identifier = 865198;
KeyRangeRef keyRange;
Version includedVersion;
Optional<BlobFilenameRef> snapshotFile; // not set if it's an incremental read