Attempt #2 at fixing Windows test errors in snapshot dataset.
PiperOrigin-RevId: 253701905
This commit is contained in:
parent
7051c6432e
commit
6982da07f3
@ -48,7 +48,7 @@ namespace {
|
|||||||
enum SnapshotMode { READER = 0, WRITER = 1, PASSTHROUGH = 2 };
|
enum SnapshotMode { READER = 0, WRITER = 1, PASSTHROUGH = 2 };
|
||||||
|
|
||||||
// Defaults to 10 GiB per shard.
|
// Defaults to 10 GiB per shard.
|
||||||
const int64 kDefaultShardSizeBytes = 10L * 1024 * 1024 * 1024;
|
const int64 kDefaultShardSizeBytes = 10LL * 1024 * 1024 * 1024;
|
||||||
|
|
||||||
const size_t kHeaderSize = sizeof(uint64);
|
const size_t kHeaderSize = sizeof(uint64);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user