Skip to content

Commit 32901d3

Browse files
committed
Change minHeartbeatFrequencyMS from 10 ms to 500 ms.
1 parent 6e584f2 commit 32901d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/server-discovery-and-monitoring/server-discovery-and-monitoring.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Server Discovery And Monitoring
88
:Advisors: David Golden, Craig Wilson
99
:Status: Draft
1010
:Type: Standards
11-
:Last Modified: March 13, 2015
11+
:Last Modified: March 18, 2015
1212

1313
.. contents::
1414

@@ -604,7 +604,7 @@ minHeartbeatFrequencyMS
604604
If a client frequently rechecks a server,
605605
it MUST wait at least minHeartbeatFrequencyMS milliseconds
606606
since the previous check to avoid pointless effort.
607-
This value MUST be 10 ms, and it MUST NOT be configurable.
607+
This value MUST be 500 ms, and it MUST NOT be configurable.
608608
(See `no knobs`_.)
609609

610610
.. _parses them:
@@ -1320,7 +1320,7 @@ to control the monitor thread.
13201320
The event API here is assumed to be like the standard `Python Event
13211321
<https://docs.python.org/2/library/threading.html#event-objects>`_.
13221322
`heartbeatFrequencyMS`_ is configurable,
1323-
`minHeartbeatFrequencyMS`_ is always 10 milliseconds::
1323+
`minHeartbeatFrequencyMS`_ is always 500 milliseconds::
13241324

13251325
def run():
13261326
while this monitor is not stopped:

0 commit comments

Comments
 (0)