summaryrefslogtreecommitdiff
path: root/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/go.mongodb.org/mongo-driver/data/server-selection/server_selection/ReplicaSetNoPrimary/read/SecondaryPreferred.yml
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/go.mongodb.org/mongo-driver/data/server-selection/server_selection/ReplicaSetNoPrimary/read/SecondaryPreferred.yml')
-rw-r--r--src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/go.mongodb.org/mongo-driver/data/server-selection/server_selection/ReplicaSetNoPrimary/read/SecondaryPreferred.yml25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/go.mongodb.org/mongo-driver/data/server-selection/server_selection/ReplicaSetNoPrimary/read/SecondaryPreferred.yml b/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/go.mongodb.org/mongo-driver/data/server-selection/server_selection/ReplicaSetNoPrimary/read/SecondaryPreferred.yml
deleted file mode 100644
index 7095e460b1f..00000000000
--- a/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/go.mongodb.org/mongo-driver/data/server-selection/server_selection/ReplicaSetNoPrimary/read/SecondaryPreferred.yml
+++ /dev/null
@@ -1,25 +0,0 @@
-topology_description:
- type: ReplicaSetNoPrimary
- servers:
- - &1
- address: b:27017
- avg_rtt_ms: 5
- type: RSSecondary
- tags:
- data_center: nyc
- - &2
- address: c:27017
- avg_rtt_ms: 100
- type: RSSecondary
- tags:
- data_center: nyc
-operation: read
-read_preference:
- mode: SecondaryPreferred
- tag_sets:
- - data_center: nyc
-suitable_servers:
-- *1
-- *2
-in_latency_window:
-- *1