Skip to content

Commit

Permalink
Typo in Max Staleness test.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajdavis committed Aug 23, 2016
1 parent 4ed0d4d commit 2120645
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -37,7 +37,7 @@
"lastUpdateTime": 25002,
"lastWrite": {
"lastWriteDate": {
"$numberLong": "1"
"$numberLong": "2"
}
},
"maxWireVersion": 5,
Expand All @@ -64,7 +64,7 @@
"lastUpdateTime": 25002,
"lastWrite": {
"lastWriteDate": {
"$numberLong": "1"
"$numberLong": "2"
}
},
"maxWireVersion": 5,
Expand Down
Expand Up @@ -14,7 +14,7 @@ topology_description:
type: RSSecondary
avg_rtt_ms: 50 # Too far.
lastUpdateTime: 25002 # Not used when there's no primary.
lastWrite: {lastWriteDate: {$numberLong: "1"}} # 25 sec stale + 25 sec heartbeat <= 50 sec maxStaleness.
lastWrite: {lastWriteDate: {$numberLong: "2"}} # 25 sec stale + 25 sec heartbeat <= 50 sec maxStaleness.
maxWireVersion: 5
- &3
address: c:27017
Expand Down

0 comments on commit 2120645

Please sign in to comment.