File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
source/server-discovery-and-monitoring Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Server Discovery And Monitoring
8
8
:Advisors: David Golden, Craig Wilson
9
9
:Status: Draft
10
10
:Type: Standards
11
- :Last Modified: March 13 , 2015
11
+ :Last Modified: March 18 , 2015
12
12
13
13
.. contents ::
14
14
@@ -604,7 +604,7 @@ minHeartbeatFrequencyMS
604
604
If a client frequently rechecks a server,
605
605
it MUST wait at least minHeartbeatFrequencyMS milliseconds
606
606
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.
608
608
(See `no knobs `_.)
609
609
610
610
.. _parses them :
@@ -1320,7 +1320,7 @@ to control the monitor thread.
1320
1320
The event API here is assumed to be like the standard `Python Event
1321
1321
<https://docs.python.org/2/library/threading.html#event-objects> `_.
1322
1322
`heartbeatFrequencyMS `_ is configurable,
1323
- `minHeartbeatFrequencyMS `_ is always 10 milliseconds::
1323
+ `minHeartbeatFrequencyMS `_ is always 500 milliseconds::
1324
1324
1325
1325
def run():
1326
1326
while this monitor is not stopped:
You can’t perform that action at this time.
0 commit comments