...

Text file src/go.mongodb.org/mongo-driver/testdata/initial-dns-seedlist-discovery/load-balanced/srvMaxHosts-zero-txt.json

Documentation: go.mongodb.org/mongo-driver/testdata/initial-dns-seedlist-discovery/load-balanced

     1{
     2  "uri": "mongodb+srv://test24.test.build.10gen.cc/?srvMaxHosts=0",
     3  "seeds": [
     4    "localhost.test.build.10gen.cc:8000"
     5  ],
     6  "hosts": [
     7    "localhost.test.build.10gen.cc:8000"
     8  ],
     9  "options": {
    10    "loadBalanced": true,
    11    "srvMaxHosts": 0,
    12    "ssl": true
    13  },
    14  "ping": true
    15}

View as plain text