fixing file identifier
This commit is contained in:
parent
8dc5ae9d24
commit
6184c12bda
fdbclient
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue