summaryrefslogtreecommitdiff
path: root/src/mongo/client/sdam/sdam_datatypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/client/sdam/sdam_datatypes.h')
-rw-r--r--src/mongo/client/sdam/sdam_datatypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/client/sdam/sdam_datatypes.h b/src/mongo/client/sdam/sdam_datatypes.h
index 4e59dd5a6b7..87a107db7ad 100644
--- a/src/mongo/client/sdam/sdam_datatypes.h
+++ b/src/mongo/client/sdam/sdam_datatypes.h
@@ -73,7 +73,7 @@ std::string toString(const ServerType serverType);
StatusWith<ServerType> parseServerType(StringData strServerType);
std::ostream& operator<<(std::ostream& os, const ServerType serverType);
-using IsMasterRTT = mongo::Nanoseconds;
+using IsMasterRTT = mongo::Microseconds;
// The result of an attempt to call the "ismaster" command on a server.
class IsMasterOutcome {