RestoreApplier:Change receivedBytes from double to long

This commit is contained in:
Meng Xu 2020-07-31 22:10:18 -07:00
parent e22baa552b
commit 27a3d37594

View File

@ -256,8 +256,8 @@ struct ApplierBatchData : public ReferenceCounted<ApplierBatchData> {
long receiveMutationReqs;
// Stats
double receivedBytes;
double appliedBytes;
long receivedBytes;
long appliedBytes;
// Status counters
struct Counters {