Sha256: 567ae8b81b3f3db52c5ec9975ec341fc8aefbbd7c457d9b8176eb67c974093f6
Contents?: true
Size: 557 Bytes
Versions: 14
Compression:
Stored size: 557 Bytes
Contents
# When srvMaxHosts is less than the number of SRV records, a random subset of # hosts are added to the seed list. We cannot anticipate which hosts will be # selected, so this test uses numSeeds instead of seeds. Since this is a replica # set, all hosts should ultimately be discovered by SDAM. # # The replicaSet URI option is omitted to avoid a URI validation error. uri: "mongodb+srv://test1.test.build.10gen.cc/?srvMaxHosts=1" numSeeds: 1 hosts: - localhost:27017 - localhost:27018 - localhost:27019 options: srvMaxHosts: 1 ssl: true
Version data entries
14 entries across 14 versions & 2 rubygems