From 4783e9fd721fd1be432893b9acbc5a2fb6237218 Mon Sep 17 00:00:00 2001 From: Sam Gwydir Date: Mon, 14 Nov 2022 09:49:58 -0800 Subject: [PATCH] fix types --- fdbclient/include/fdbclient/BlobWorkerCommon.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fdbclient/include/fdbclient/BlobWorkerCommon.h b/fdbclient/include/fdbclient/BlobWorkerCommon.h index 6f44682ec9..9ff3b3b30e 100644 --- a/fdbclient/include/fdbclient/BlobWorkerCommon.h +++ b/fdbclient/include/fdbclient/BlobWorkerCommon.h @@ -75,8 +75,8 @@ struct BlobWorkerStats { Reference resnapshotLock, Reference deltaWritesLock, double sampleLoggingInterval, - int fileOpLatencySketchAccuracy, - int requestLatencySketchAccuracy) + double fileOpLatencySketchAccuracy, + double requestLatencySketchAccuracy) : cc("BlobWorkerStats", id.toString()), s3PutReqs("S3PutReqs", cc), s3GetReqs("S3GetReqs", cc), s3DeleteReqs("S3DeleteReqs", cc),