diff options
Diffstat (limited to 'src/mongo/client/sdam/sdam_configuration.h')
| -rw-r--r-- | src/mongo/client/sdam/sdam_configuration.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/client/sdam/sdam_configuration.h b/src/mongo/client/sdam/sdam_configuration.h index f1b1122936c..2a34b860ea7 100644 --- a/src/mongo/client/sdam/sdam_configuration.h +++ b/src/mongo/client/sdam/sdam_configuration.h @@ -90,7 +90,7 @@ public: const boost::optional<std::string>& getSetName() const; /** - * The frequency at which we measure RTT and IsMaster responses. + * The frequency at which we measure RTT and "hello" responses. */ Milliseconds getHeartBeatFrequency() const; |
