2025-03-17 20:58:26 +01:00

17 lines
352 B
YAML

# valid maxStalenessSeconds and no known servers results in an empty set of suitable servers
---
topology_description:
type: ReplicaSetNoPrimary
servers:
- &1
address: a:27017
type: Unknown
- &2
address: b:27017
type: Unknown
read_preference:
mode: Nearest
maxStalenessSeconds: 90
suitable_servers: []
in_latency_window: []