bson/testdata/max-staleness/ReplicaSetNoPrimary/MaxStalenessTooSmall.json
2025-03-17 20:58:26 +01:00

21 lines
336 B
JSON

{
"topology_description": {
"type": "ReplicaSetNoPrimary",
"servers": [
{
"address": "a:27017",
"type": "Unknown"
},
{
"address": "b:27017",
"type": "Unknown"
}
]
},
"read_preference": {
"mode": "Nearest",
"maxStalenessSeconds": 1
},
"error": true
}