summaryrefslogtreecommitdiff
path: root/src/mongo/transport/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/transport/session.h')
-rw-r--r--src/mongo/transport/session.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mongo/transport/session.h b/src/mongo/transport/session.h
index b10fe479b17..b0a47364b70 100644
--- a/src/mongo/transport/session.h
+++ b/src/mongo/transport/session.h
@@ -124,13 +124,13 @@ public:
virtual void cancelAsyncOperations(const BatonHandle& handle = nullptr) = 0;
/**
- * This should only be used to detect when the remote host has disappeared without
- * notice. It does NOT work correctly for ensuring that operations complete or fail
- * by some deadline.
- *
- * This timeout will only effect calls sourceMessage()/sinkMessage(). Async operations do not
- * currently support timeouts.
- */
+ * This should only be used to detect when the remote host has disappeared without
+ * notice. It does NOT work correctly for ensuring that operations complete or fail
+ * by some deadline.
+ *
+ * This timeout will only effect calls sourceMessage()/sinkMessage(). Async operations do not
+ * currently support timeouts.
+ */
virtual void setTimeout(boost::optional<Milliseconds> timeout) = 0;
/**