File: srvMaxHosts-zero.yml

package info (click to toggle)
golang-mongodb-mongo-driver 1.17.1%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 25,988 kB
  • sloc: perl: 533; ansic: 491; python: 432; sh: 327; makefile: 174
file content (11 lines) | stat: -rw-r--r-- 322 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
# loadBalanced=true is permitted because srvMaxHosts is non-positive
uri: "mongodb+srv://test23.test.build.10gen.cc/?loadBalanced=true&srvMaxHosts=0"
seeds:
    - localhost.test.build.10gen.cc:8000
hosts:
    - localhost.test.build.10gen.cc:8000
options:
    loadBalanced: true
    srvMaxHosts: 0
    ssl: true
ping: true