mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-02 03:12:12 +08:00
RestoreApplier:Change receivedBytes from double to long
This commit is contained in:
parent
e22baa552b
commit
27a3d37594
@ -256,8 +256,8 @@ struct ApplierBatchData : public ReferenceCounted<ApplierBatchData> {
|
||||
long receiveMutationReqs;
|
||||
|
||||
// Stats
|
||||
double receivedBytes;
|
||||
double appliedBytes;
|
||||
long receivedBytes;
|
||||
long appliedBytes;
|
||||
|
||||
// Status counters
|
||||
struct Counters {
|
||||
|
Loading…
x
Reference in New Issue
Block a user