fix types

This commit is contained in:
Sam Gwydir 2022-11-14 09:49:58 -08:00
parent 351525c189
commit 4783e9fd72
1 changed files with 2 additions and 2 deletions

View File

@ -75,8 +75,8 @@ struct BlobWorkerStats {
Reference<FlowLock> resnapshotLock,
Reference<FlowLock> deltaWritesLock,
double sampleLoggingInterval,
int fileOpLatencySketchAccuracy,
int requestLatencySketchAccuracy)
double fileOpLatencySketchAccuracy,
double requestLatencySketchAccuracy)
: cc("BlobWorkerStats", id.toString()),
s3PutReqs("S3PutReqs", cc), s3GetReqs("S3GetReqs", cc), s3DeleteReqs("S3DeleteReqs", cc),